#BBC882

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

Shades of Pine Glade #BBC882

Tints of Pine Glade #BBC882

Color information

#BBC882 (or 0xBBC882) is unknown color: approx Pine Glade. HEX triplet: BB, C8 and 82. RGB value is (187,200,130). Sum of RGB (Red+Green+Blue) = 187+200+130=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC882 is #44377D. Grayscale: #BCBCBC. Windows color (decimal): -4470654 or 8571067. OLE color: 8571067.

HSL color Cylindrical-coordinate representation of color #BBC882: hue angle of 71.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC882 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB187200130-
CMYK0.0600.350.22
HSL71.14º38.89%64.71%-
HSV(B)71.14º35%78.43%-
XYZ45.1853.4929.06-
YUV188.1395.19127.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=36.17%
G=38.68%
B=25.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001300.0600.350.2271.1438.8964.71
HexBBC882602316472741
Octal27331020260432610747101
Binary10111011110010001000001011001000111011010001111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC882; }

 p { color: rgb(187,200,130); }

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

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

 a { background-color: rgb(187,200,130); }

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

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

 span { border-color: rgb(187,200,130); }

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