#BAC083

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

Shades of Pine Glade #BAC083

Tints of Pine Glade #BAC083

Color information

#BAC083 (or 0xBAC083) is unknown color: approx Pine Glade. HEX triplet: BA, C0 and 83. RGB value is (186,192,131). Sum of RGB (Red+Green+Blue) = 186+192+131=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC083 is #453F7C. Grayscale: #B7B7B7. Windows color (decimal): -4538237 or 8634554. OLE color: 8634554.

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

Color convert

RGB186192131-
CMYK0.0300.320.25
HSL65.9º32.62%63.33%-
HSV(B)65.9º31.77%75.29%-
XYZ43.249.7828.8-
YUV183.2598.51129.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 131 (51.56% from 255) = 25.74%
R=36.54%
G=37.72%
B=25.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921310.0300.320.2565.932.6263.33
HexBAC08330201942213f
Octal2723002033040311024177
Binary101110101100000010000011110100000110011000010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC083; }

 p { color: rgb(186,192,131); }

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

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

 a { background-color: rgb(186,192,131); }

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

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

 span { border-color: rgb(186,192,131); }

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