Html Css Color HEX #B5B579 Pine Glade

📋 copy color: '#B5B579'

red 181 ◦ green 181 ◦ blue 121

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

Shades of Pine Glade #B5B579

Tints of Pine Glade #B5B579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.05%

R = 37.47%
G = 37.47%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5B579 (or 0xB5B579) is known color: Pine Glade. HEX triplet: B5, B5 and 79. RGB value is (181,181,121). Sum of RGB (Red+Green+Blue) = 181+181+121=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B579 is #4A4A86. Grayscale: #AEAEAE. Windows color (decimal): -4868743 or 7976373. OLE color: 7976373.

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

Color convert

RGB 181 181 121 -
CMYK 0 0 0.33 0.29
HSL 60º 0.29% 0.59% -
HSV(B) 60º 0.33% 0.71% -
XYZ 39.03 44.25 24.57 -
YUV 174.16 98 132.88 -
System Red Green Blue C M Y K H S L
Decimal 181 181 121 0 0 0.33 0.29 60 0.29 0.59
Hex B5 B5 79 0 0 21 1D 3C 1D 3B
Octal 265 265 171 0 0 41 35 74 35 73
Binary 10110101 10110101 1111001 0 0 100001 11101 111100 11101 111011

Color Harmonies of #B5B579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B579

Black with #B5B579

Text Example


Text Example

White with #B5B579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B579; }

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

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

background-color css

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

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

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

border-color css

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

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

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