#B2B27C

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

Shades of Pine Glade #B2B27C

Tints of Pine Glade #B2B27C

Color information

#B2B27C (or 0xB2B27C) is unknown color: approx Pine Glade. HEX triplet: B2, B2 and 7C. RGB value is (178,178,124). Sum of RGB (Red+Green+Blue) = 178+178+124=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B27C is #4D4D83. Grayscale: #ACACAC. Windows color (decimal): -5066116 or 8172210. OLE color: 8172210.

HSL color Cylindrical-coordinate representation of color #B2B27C: hue angle of 60º 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 #B2B27C is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB178178124-
CMYK000.300.30
HSL60º25.96%59.22%-
HSV(B)60º30.34%69.8%-
XYZ37.9242.7625.32-
YUV171.84101132.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 178 (69.92% from 255) = 37.08%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=37.08%
G=37.08%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178178124000.300.306025.9659.22
HexB2B27C001E1E3c1a3b
Octal262262174003636743273
Binary1011001010110010111110000111101111011110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B27C; }

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

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

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

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

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

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

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

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