COLOR #B5C739

HEX: #B5C739
RGB: (181,199,57)

Renk bilgisi

#B5C739 contains mainly red and green colors. #B5C739 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#B5C739 color RGB value is (181,199,57).

  • kırmız ton 181;
  • yeşil ton 199;
  • mavi ton 57.
RGB:
(181,199,57)
(71%,78%,22%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 199 of 255 = 78%
B 57 of 255 = 22%

181
199
57

R + G + B ~ 57%. #B5C739 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 199 + 57 = 437 (100%)
R 181 of 437 ~ 41.42%
G 199 of 437 ~ 45.54%
B 57 of 437 ~ 13.04%

%41.42
%45.54
%13.04

CMYK RENK MODELİ

#B5C739 rengi CMYK tonu (9,0,71,22).

  • camgöbeği tonu 9.05%
  • eflatun tonu 0.00%
  • sarı tonu 71.36%
  • ana renk tonu 21.96%
CMYK:
(9,0,71,22)
C9M0Y71K22 
(9%,0%,71%,22%)
(0.09/0.00/0.71/0.22)	

CMYK yüzdeleri

%9.05
%0
%71.36
%21.96

Codes

Color #B5C739 in popluar color models

B5C739
RGB18119957
HSL68°55.91%50.20%
HSB/HSV68°71.36%78.04%
CMYK9.05%0.00%71.36%
21.96%

Color #B5C739 in popluar number systems.

HEXB5C739
Decimal18119957
Binary1011010111000111111001
Octal26530771

Shades and tints

Shades of #B5C739

#B5C739
(181,199,57)
#A5B534
(165,181,52)
#95A32F
(149,163,47)
#85912A
(133,145,42)
#757F25
(117,127,37)
#656D20
(101,109,32)
#555B1B
(85,91,27)
#454916
(69,73,22)
#353711
(53,55,17)
#25250C
(37,37,12)
#151307
(21,19,7)
#000000
(0,0,0)

Tints of #B5C739

#B5C739
(181,199,57)
#BBCC4B
(187,204,75)
#C1D15D
(193,209,93)
#C7D66F
(199,214,111)
#CDDB81
(205,219,129)
#D3E093
(211,224,147)
#D9E5A5
(217,229,165)
#DFEAB7
(223,234,183)
#E5EFC9
(229,239,201)
#EBF4DB
(235,244,219)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C739 color. Also use rgb(181,199,57) instead hex code.

Text Font Color

.myTextColor { color: #B5C739; }

<p style="color:#B5C739">This sample text font color is #B5C739.</p>

This text font color is #B5C739.


Background Color

.myBgColor { background-color: #B5C739; }

<div style="background-color:#B5C739">Inner text</div>

This div background color is #B5C739.


Border color

.myBorderColor { border: 1px solid #B5C739; }

<div style="border:3px solid #B5C739">Div</div>

This div border color is #B5C739.


Opacity

.myOpacity80 { color: #B5C739; opacity: 0.8; }

<p style="color:#B5C739;opacity:0.8;">80%</p>

Text with #B5C739 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5C739;}

<p style="text-shadow: 3px 3px 1px #B5C739">Text here.</p>

This text has shadow with #B5C739 color.

.textShadow {text-shadow: 3px 3px 1px #B5C739, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5C739, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5C739 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5C739, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5C739, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5C739 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B5C739;
  -webkit-box-shadow:	1px 1px 3px 2px #B5C739;
  box-shadow:		1px 1px 3px 2px #B5C739;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5C739;
-webkit-box-shadow: 1px 1px 3px 2px #B5C739;
box-shadow:1px 1px 3px 2px #B5C739;">
Div content here</div>
This div box has shadow with color #B5C739.

Preview

Color preview on black background

This text has color #B5C739 on black background.


Color preview on white background

This text has color #B5C739 on white background.



Black color preview on #B5C739 background

This text has black color on #B5C739 background.


White color preview on #B5C739 background

This text has white color on #B5C739 background.