Html Css Color HEX #B5B577 Pine Glade

📋 copy color: '#B5B577'

red 181 ◦ green 181 ◦ blue 119

#B5B577
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #B5B577

Tints of Pine Glade #B5B577

RGB

 RED value IS 181 (71.09% from 255) = 37.63%

 GREEN value IS 181 (71.09% from 255) = 37.63%

 BLUE value IS 119 (46.88% from 255) = 24.74%

R = 37.63%
G = 37.63%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B5B577 (or 0xB5B577) is known color: Pine Glade. HEX triplet: B5, B5 and 77. RGB value is (181,181,119). Sum of RGB (Red+Green+Blue) = 181+181+119=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B577 is #4A4A88. Grayscale: #AEAEAE. Windows color (decimal): -4868745 or 7845301. OLE color: 7845301.

HSL color Cylindrical-coordinate representation of color #B5B577: hue angle of 60º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5B577 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 181 119 -
CMYK 0 0 0.34 0.29
HSL 60º 0.3% 0.59% -
HSV(B) 60º 0.34% 0.71% -
XYZ 38.91 44.2 23.93 -
YUV 173.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 181 181 119 0 0 0.34 0.29 60 0.3 0.59
Hex B5 B5 77 0 0 22 1D 3C 1E 3B
Octal 265 265 167 0 0 42 35 74 36 73
Binary 10110101 10110101 1110111 0 0 100010 11101 111100 11110 111011

Color Harmonies of #B5B577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B577

Black with #B5B577

Text Example


Text Example

White with #B5B577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B577; }

 p { color: rgb(181,181,119); }

 H1.HeaderClassName
 {
   color: #B5B577;
 }
 .AnyTagClassName
 {
   color: #B5B577;
 }
</style>

background-color css

<style>
 a { background-color: #B5B577; }

 a { background-color: rgb(181,181,119); }

 div.DivClassName
 {
   background-color: #B5B577;
 }
 .BgClassName
 {
   background-color: #B5B577;
 }
</style>

border-color css

<style>
 span { border-color: #B5B577; }

 span { border-color: rgb(181,181,119); }

 td.TdClassName
 {
   border-color: #B5B577;
 }
 .TagClassName
 {
   border-color: #B5B577;
 }
</style>