#BBC181

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

Shades of Pine Glade #BBC181

Tints of Pine Glade #BBC181

Color information

#BBC181 (or 0xBBC181) is unknown color: approx Pine Glade. HEX triplet: BB, C1 and 81. RGB value is (187,193,129). Sum of RGB (Red+Green+Blue) = 187+193+129=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC181 is #443E7E. Grayscale: #B8B8B8. Windows color (decimal): -4472447 or 8503739. OLE color: 8503739.

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

Color convert

RGB187193129-
CMYK0.0300.330.24
HSL65.62º34.04%63.14%-
HSV(B)65.62º33.16%75.69%-
XYZ43.5350.2928.18-
YUV183.9197.01130.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 129 (50.78% from 255) = 25.34%
R=36.74%
G=37.92%
B=25.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931290.0300.330.2465.6234.0463.14
HexBBC18130211842223f
Octal2733012013041301024277
Binary101110111100000110000001110100001110001000010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC181; }

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

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

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

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

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

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

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

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