#BBC088

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

Shades of Pine Glade #BBC088

Tints of Pine Glade #BBC088

Color information

#BBC088 (or 0xBBC088) is unknown color: approx Pine Glade. HEX triplet: BB, C0 and 88. RGB value is (187,192,136). Sum of RGB (Red+Green+Blue) = 187+192+136=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC088 is #443F77. Grayscale: #B8B8B8. Windows color (decimal): -4472696 or 8962235. OLE color: 8962235.

HSL color Cylindrical-coordinate representation of color #BBC088: hue angle of 65.36º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBC088 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB187192136-
CMYK0.0300.290.25
HSL65.36º30.77%64.31%-
HSV(B)65.36º29.17%75.29%-
XYZ43.7950.0430.64-
YUV184.12100.84130.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 136 (53.52% from 255) = 26.41%
R=36.31%
G=37.28%
B=26.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921360.0300.290.2565.3630.7764.31
HexBBC088301D19411f40
Octal27330021030353110137100
Binary10111011110000001000100011011101110011000001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC088; }

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

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

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

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

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

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

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

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