#BAC073

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

Shades of Pine Glade #BAC073

Tints of Pine Glade #BAC073

Color information

#BAC073 (or 0xBAC073) is unknown color: approx Pine Glade. HEX triplet: BA, C0 and 73. RGB value is (186,192,115). Sum of RGB (Red+Green+Blue) = 186+192+115=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC073 is #453F8C. Grayscale: #B5B5B5. Windows color (decimal): -4538253 or 7585978. OLE color: 7585978.

HSL color Cylindrical-coordinate representation of color #BAC073: hue angle of 64.68º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC073 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB186192115-
CMYK0.0300.400.25
HSL64.68º37.93%60.2%-
HSV(B)64.68º40.1%75.29%-
XYZ42.1949.3823.53-
YUV181.4390.51131.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 115 (45.31% from 255) = 23.33%
R=37.73%
G=38.95%
B=23.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921150.0300.400.2564.6837.9360.2
HexBAC07330281941263c
Octal2723001633050311014674
Binary10111010110000001110011110101000110011000001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC073; }

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

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

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

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

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

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

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

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