#BBC288

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

Shades of Pine Glade #BBC288

Tints of Pine Glade #BBC288

Color information

#BBC288 (or 0xBBC288) is unknown color: approx Pine Glade. HEX triplet: BB, C2 and 88. RGB value is (187,194,136). Sum of RGB (Red+Green+Blue) = 187+194+136=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC288 is #443D77. Grayscale: #B9B9B9. Windows color (decimal): -4472184 or 8962747. OLE color: 8962747.

HSL color Cylindrical-coordinate representation of color #BBC288: hue angle of 67.24º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC288 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB187194136-
CMYK0.0400.300.24
HSL67.24º32.22%64.71%-
HSV(B)67.24º29.9%76.08%-
XYZ44.2350.9330.79-
YUV185.3100.18129.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 194 (76.17% from 255) = 37.52%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=36.17%
G=37.52%
B=26.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941360.0400.300.2467.2432.2264.71
HexBBC288401E18432041
Octal27330221040363010340101
Binary1011101111000010100010001000111101100010000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC288; }

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

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

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

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

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

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

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

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