#BAC674

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

Shades of Pine Glade #BAC674

Tints of Pine Glade #BAC674

Color information

#BAC674 (or 0xBAC674) is unknown color: approx Pine Glade. HEX triplet: BA, C6 and 74. RGB value is (186,198,116). Sum of RGB (Red+Green+Blue) = 186+198+116=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC674 is #45398B. Grayscale: #B9B9B9. Windows color (decimal): -4536716 or 7653050. OLE color: 7653050.

HSL color Cylindrical-coordinate representation of color #BAC674: hue angle of 68.78º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAC674 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB186198116-
CMYK0.0600.410.22
HSL68.78º41.84%61.57%-
HSV(B)68.78º41.41%77.65%-
XYZ43.652.0924.28-
YUV185.0689.02128.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 198 (77.73% from 255) = 39.6%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=37.2%
G=39.6%
B=23.2%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981160.0600.410.2268.7841.8461.57
HexBAC674602916452a3e
Octal2723061646051261055276
Binary101110101100011011101001100101001101101000101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC674; }

 p { color: rgb(186,198,116); }

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

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

 a { background-color: rgb(186,198,116); }

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

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

 span { border-color: rgb(186,198,116); }

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