#B0B27C

Color #B0B27C Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B0B27C

Tints of Pine Glade #B0B27C

Color information

#B0B27C (or 0xB0B27C) is unknown color: approx Pine Glade. HEX triplet: B0, B2 and 7C. RGB value is (176,178,124). Sum of RGB (Red+Green+Blue) = 176+178+124=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B27C is #4F4D83. Grayscale: #ABABAB. Windows color (decimal): -5197188 or 8172208. OLE color: 8172208.

HSL color Cylindrical-coordinate representation of color #B0B27C: hue angle of 62.22º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0B27C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB176178124-
CMYK0.0100.300.30
HSL62.22º25.96%59.22%-
HSV(B)62.22º30.34%69.8%-
XYZ37.4642.5325.3-
YUV171.25101.34131.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 178 (69.92% from 255) = 37.24%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=36.82%
G=37.24%
B=25.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761781240.0100.300.3062.2225.9659.22
HexB0B27C101E1E3e1a3b
Octal260262174103636763273
Binary1011000010110010111110010111101111011111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B27C; }

 p { color: rgb(176,178,124); }

 H1.HeaderClassName
 {
   color: #B0B27C;
 }
 .AnyTagClassName
 {
   color: #B0B27C;
 }
</style>
background-color css

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

 a { background-color: rgb(176,178,124); }

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

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

 span { border-color: rgb(176,178,124); }

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