#BBC289

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

Shades of Pine Glade #BBC289

Tints of Pine Glade #BBC289

Color information

#BBC289 (or 0xBBC289) is unknown color: approx Pine Glade. HEX triplet: BB, C2 and 89. RGB value is (187,194,137). Sum of RGB (Red+Green+Blue) = 187+194+137=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC289 is #443D76. Grayscale: #B9B9B9. Windows color (decimal): -4472183 or 9028283. OLE color: 9028283.

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

Color convert

RGB187194137-
CMYK0.0400.290.24
HSL67.37º31.84%64.9%-
HSV(B)67.37º29.38%76.08%-
XYZ44.350.9531.17-
YUV185.41100.68129.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 137 (53.91% from 255) = 26.45%
R=36.10%
G=37.45%
B=26.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941370.0400.290.2467.3731.8464.9
HexBBC289401D18432041
Octal27330221140353010340101
Binary1011101111000010100010011000111011100010000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC289; }

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

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

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

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

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

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

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

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