#BBC588

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

Shades of Pine Glade #BBC588

Tints of Pine Glade #BBC588

Color information

#BBC588 (or 0xBBC588) is unknown color: approx Pine Glade. HEX triplet: BB, C5 and 88. RGB value is (187,197,136). Sum of RGB (Red+Green+Blue) = 187+197+136=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC588 is #443A77. Grayscale: #BBBBBB. Windows color (decimal): -4471416 or 8963515. OLE color: 8963515.

HSL color Cylindrical-coordinate representation of color #BBC588: hue angle of 69.84º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBC588 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB187197136-
CMYK0.0500.310.23
HSL69.84º34.46%65.29%-
HSV(B)69.84º30.96%77.25%-
XYZ44.952.2731.02-
YUV187.0699.19127.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=35.96%
G=37.88%
B=26.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871971360.0500.310.2369.8434.4665.29
HexBBC588501F17462241
Octal27330521050372710642101
Binary1011101111000101100010001010111111011110001101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC588; }

 p { color: rgb(187,197,136); }

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

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

 a { background-color: rgb(187,197,136); }

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

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

 span { border-color: rgb(187,197,136); }

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