#BBC185

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

Shades of Pine Glade #BBC185

Tints of Pine Glade #BBC185

Color information

#BBC185 (or 0xBBC185) is unknown color: approx Pine Glade. HEX triplet: BB, C1 and 85. RGB value is (187,193,133). Sum of RGB (Red+Green+Blue) = 187+193+133=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC185 is #443E7A. Grayscale: #B8B8B8. Windows color (decimal): -4472443 or 8765883. OLE color: 8765883.

HSL color Cylindrical-coordinate representation of color #BBC185: hue angle of 66º 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 #BBC185 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB187193133-
CMYK0.0300.310.24
HSL66º32.61%63.92%-
HSV(B)66º31.09%75.69%-
XYZ43.850.429.61-
YUV184.3799.01129.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=36.45%
G=37.62%
B=25.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931330.0300.310.246632.6163.92
HexBBC185301F18422140
Octal27330120530373010241100
Binary101110111100000110000101110111111100010000101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC185; }

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

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

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

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

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

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

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

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