#BBC873

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

Shades of Pine Glade #BBC873

Tints of Pine Glade #BBC873

Color information

#BBC873 (or 0xBBC873) is unknown color: approx Pine Glade. HEX triplet: BB, C8 and 73. RGB value is (187,200,115). Sum of RGB (Red+Green+Blue) = 187+200+115=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC873 is #44378C. Grayscale: #BABABA. Windows color (decimal): -4470669 or 7588027. OLE color: 7588027.

HSL color Cylindrical-coordinate representation of color #BBC873: hue angle of 69.18º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC873 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB187200115-
CMYK0.0600.420.22
HSL69.18º43.59%61.76%-
HSV(B)69.18º42.5%78.43%-
XYZ44.2453.1124.14-
YUV186.4287.69128.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 115 (45.31% from 255) = 22.91%
R=37.25%
G=39.84%
B=22.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001150.0600.420.2269.1843.5961.76
HexBBC873602A16452c3e
Octal2733101636052261055476
Binary101110111100100011100111100101010101101000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC873; }

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

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

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

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

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

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

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

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