#BBC186

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

Shades of Pine Glade #BBC186

Tints of Pine Glade #BBC186

Color information

#BBC186 (or 0xBBC186) is unknown color: approx Pine Glade. HEX triplet: BB, C1 and 86. RGB value is (187,193,134). Sum of RGB (Red+Green+Blue) = 187+193+134=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC186 is #443E79. Grayscale: #B8B8B8. Windows color (decimal): -4472442 or 8831419. OLE color: 8831419.

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

Color convert

RGB187193134-
CMYK0.0300.310.24
HSL66.1º32.24%64.12%-
HSV(B)66.1º30.57%75.69%-
XYZ43.8750.4329.98-
YUV184.4899.51129.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 134 (52.73% from 255) = 26.07%
R=36.38%
G=37.55%
B=26.07%

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
Decimal1871931340.0300.310.2466.132.2464.12
HexBBC186301F18422040
Octal27330120630373010240100
Binary101110111100000110000110110111111100010000101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC186; }

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

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

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

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

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

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

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

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