#BBC382

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

Shades of Pine Glade #BBC382

Tints of Pine Glade #BBC382

Color information

#BBC382 (or 0xBBC382) is unknown color: approx Pine Glade. HEX triplet: BB, C3 and 82. RGB value is (187,195,130). Sum of RGB (Red+Green+Blue) = 187+195+130=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC382 is #443C7D. Grayscale: #B9B9B9. Windows color (decimal): -4471934 or 8569787. OLE color: 8569787.

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

Color convert

RGB187195130-
CMYK0.0400.330.24
HSL67.38º35.14%63.73%-
HSV(B)67.38º33.33%76.47%-
XYZ44.0451.2128.68-
YUV185.296.85129.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=36.52%
G=38.09%
B=25.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951300.0400.330.2467.3835.1463.73
HexBBC382402118432340
Octal27330320240413010343100
Binary10111011110000111000001010001000011100010000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC382; }

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

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

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

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

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

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

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

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