#BBC182

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

Shades of Pine Glade #BBC182

Tints of Pine Glade #BBC182

Color information

#BBC182 (or 0xBBC182) is unknown color: approx Pine Glade. HEX triplet: BB, C1 and 82. RGB value is (187,193,130). Sum of RGB (Red+Green+Blue) = 187+193+130=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC182 is #443E7D. Grayscale: #B8B8B8. Windows color (decimal): -4472446 or 8569275. OLE color: 8569275.

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

Color convert

RGB187193130-
CMYK0.0300.330.24
HSL65.71º33.69%63.33%-
HSV(B)65.71º32.64%75.69%-
XYZ43.5950.3228.53-
YUV184.0297.51130.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=36.67%
G=37.84%
B=25.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931300.0300.330.2465.7133.6963.33
HexBBC18230211842223f
Octal2733012023041301024277
Binary101110111100000110000010110100001110001000010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC182; }

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

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

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

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

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

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

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

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