#BAC275

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

Shades of Pine Glade #BAC275

Tints of Pine Glade #BAC275

Color information

#BAC275 (or 0xBAC275) is unknown color: approx Pine Glade. HEX triplet: BA, C2 and 75. RGB value is (186,194,117). Sum of RGB (Red+Green+Blue) = 186+194+117=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC275 is #453D8A. Grayscale: #B7B7B7. Windows color (decimal): -4537739 or 7717562. OLE color: 7717562.

HSL color Cylindrical-coordinate representation of color #BAC275: hue angle of 66.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC275 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB186194117-
CMYK0.0400.400.24
HSL66.23º38.69%60.98%-
HSV(B)66.23º39.69%76.08%-
XYZ42.7550.3124.29-
YUV182.8390.85130.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=37.42%
G=39.03%
B=23.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941170.0400.400.2466.2338.6960.98
HexBAC27540281842273d
Octal2723021654050301024775
Binary101110101100001011101011000101000110001000010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC275; }

 p { color: rgb(186,194,117); }

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

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

 a { background-color: rgb(186,194,117); }

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

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

 span { border-color: rgb(186,194,117); }

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