#BAC475

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

Shades of Pine Glade #BAC475

Tints of Pine Glade #BAC475

Color information

#BAC475 (or 0xBAC475) is unknown color: approx Pine Glade. HEX triplet: BA, C4 and 75. RGB value is (186,196,117). Sum of RGB (Red+Green+Blue) = 186+196+117=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC475 is #453B8A. Grayscale: #B8B8B8. Windows color (decimal): -4537227 or 7718074. OLE color: 7718074.

HSL color Cylindrical-coordinate representation of color #BAC475: hue angle of 67.59º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC475 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB186196117-
CMYK0.0500.400.23
HSL67.59º40.1%61.37%-
HSV(B)67.59º40.31%76.86%-
XYZ43.251.224.44-
YUV18490.19129.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=37.27%
G=39.28%
B=23.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961170.0500.400.2367.5940.161.37
HexBAC47550281744283d
Octal2723041655050271045075
Binary101110101100010011101011010101000101111000100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC475; }

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

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

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

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

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

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

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

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