#BBC285

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

Shades of Pine Glade #BBC285

Tints of Pine Glade #BBC285

Color information

#BBC285 (or 0xBBC285) is unknown color: approx Pine Glade. HEX triplet: BB, C2 and 85. RGB value is (187,194,133). Sum of RGB (Red+Green+Blue) = 187+194+133=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC285 is #443D7A. Grayscale: #B9B9B9. Windows color (decimal): -4472187 or 8766139. OLE color: 8766139.

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

Color convert

RGB187194133-
CMYK0.0400.310.24
HSL66.89º33.33%64.12%-
HSV(B)66.89º31.44%76.08%-
XYZ44.0250.8429.68-
YUV184.9598.68129.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 194 (76.17% from 255) = 37.74%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=36.38%
G=37.74%
B=25.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941330.0400.310.2466.8933.3364.12
HexBBC285401F18432140
Octal27330220540373010341100
Binary1011101111000010100001011000111111100010000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC285; }

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

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

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

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

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

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

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

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