#B2B588

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

Shades of Pine Glade #B2B588

Tints of Pine Glade #B2B588

Color information

#B2B588 (or 0xB2B588) is unknown color: approx Pine Glade. HEX triplet: B2, B5 and 88. RGB value is (178,181,136). Sum of RGB (Red+Green+Blue) = 178+181+136=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B588 is #4D4A77. Grayscale: #AFAFAF. Windows color (decimal): -5065336 or 8959410. OLE color: 8959410.

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

Color convert

RGB178181136-
CMYK0.0200.250.29
HSL64º23.32%62.16%-
HSV(B)64º24.86%70.98%-
XYZ39.3344.2929.77-
YUV174.97106.01130.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=35.96%
G=36.57%
B=27.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811360.0200.250.296423.3262.16
HexB2B58820191D40173e
Octal2622652102031351002776
Binary1011001010110101100010001001100111101100000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B588; }

 p { color: rgb(178,181,136); }

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

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

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

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

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

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

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