Html Css Color HEX #B0B576 Pine Glade

📋 copy color: '#B0B576'

red 176 ◦ green 181 ◦ blue 118

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

Shades of Pine Glade #B0B576

Tints of Pine Glade #B0B576

RGB

 RED value IS 176 (69.14% from 255) = 37.05%

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

 BLUE value IS 118 (46.48% from 255) = 24.84%

R = 37.05%
G = 38.11%
B = 24.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B0B576 (or 0xB0B576) is known color: Pine Glade. HEX triplet: B0, B5 and 76. RGB value is (176,181,118). Sum of RGB (Red+Green+Blue) = 176+181+118=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B576 is #4F4A89. Grayscale: #ACACAC. Windows color (decimal): -5196426 or 7779760. OLE color: 7779760.

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

Color convert

RGB 176 181 118 -
CMYK 0.03 0 0.35 0.29
HSL 64.76º 0.3% 0.59% -
HSV(B) 64.76º 0.35% 0.71% -
XYZ 37.7 43.59 23.57 -
YUV 172.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 176 181 118 0.03 0 0.35 0.29 64.76 0.3 0.59
Hex B0 B5 76 3 0 23 1D 41 1E 3B
Octal 260 265 166 3 0 43 35 101 36 73
Binary 10110000 10110101 1110110 11 0 100011 11101 1000001 11110 111011

Color Harmonies of #B0B576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B576

Black with #B0B576

Text Example


Text Example

White with #B0B576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B576; }

 p { color: rgb(176,181,118); }

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

background-color css

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

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

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

border-color css

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

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

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