#BAC382

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

Shades of Pine Glade #BAC382

Tints of Pine Glade #BAC382

Color information

#BAC382 (or 0xBAC382) is unknown color: approx Pine Glade. HEX triplet: BA, C3 and 82. RGB value is (186,195,130). Sum of RGB (Red+Green+Blue) = 186+195+130=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC382 is #453C7D. Grayscale: #B9B9B9. Windows color (decimal): -4537470 or 8569786. OLE color: 8569786.

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

Color convert

RGB186195130-
CMYK0.0500.330.24
HSL68.31º35.14%63.73%-
HSV(B)68.31º33.33%76.47%-
XYZ43.7951.0828.67-
YUV184.997.02128.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 195 (76.56% from 255) = 38.16%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=36.40%
G=38.16%
B=25.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951300.0500.330.2468.3135.1463.73
HexBAC382502118442340
Octal27230320250413010443100
Binary10111010110000111000001010101000011100010001001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC382; }

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

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

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

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

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

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

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

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