#BBC089

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

Shades of Pine Glade #BBC089

Tints of Pine Glade #BBC089

Color information

#BBC089 (or 0xBBC089) is unknown color: approx Pine Glade. HEX triplet: BB, C0 and 89. RGB value is (187,192,137). Sum of RGB (Red+Green+Blue) = 187+192+137=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC089 is #443F76. Grayscale: #B8B8B8. Windows color (decimal): -4472695 or 9027771. OLE color: 9027771.

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

Color convert

RGB187192137-
CMYK0.0300.290.25
HSL65.45º30.39%64.51%-
HSV(B)65.45º28.65%75.29%-
XYZ43.8650.0731.02-
YUV184.24101.34129.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 137 (53.91% from 255) = 26.55%
R=36.24%
G=37.21%
B=26.55%

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
Decimal1871921370.0300.290.2565.4530.3964.51
HexBBC089301D19411e41
Octal27330021130353110136101
Binary10111011110000001000100111011101110011000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC089; }

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

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

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

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

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

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

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

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