#BBC081

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

Shades of Pine Glade #BBC081

Tints of Pine Glade #BBC081

Color information

#BBC081 (or 0xBBC081) is unknown color: approx Pine Glade. HEX triplet: BB, C0 and 81. RGB value is (187,192,129). Sum of RGB (Red+Green+Blue) = 187+192+129=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC081 is #443F7E. Grayscale: #B7B7B7. Windows color (decimal): -4472703 or 8503483. OLE color: 8503483.

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

Color convert

RGB187192129-
CMYK0.0300.330.25
HSL64.76º33.33%62.94%-
HSV(B)64.76º32.81%75.29%-
XYZ43.3149.8528.11-
YUV183.3297.34130.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=36.81%
G=37.80%
B=25.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921290.0300.330.2564.7633.3362.94
HexBBC08130211941213f
Octal2733002013041311014177
Binary101110111100000010000001110100001110011000001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC081; }

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

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

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

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

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

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

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

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