#A6B96F

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

Shades of Olivine #A6B96F

Tints of Olivine #A6B96F

Color information

#A6B96F (or 0xA6B96F) is unknown color: approx Olivine. HEX triplet: A6, B9 and 6F. RGB value is (166,185,111). Sum of RGB (Red+Green+Blue) = 166+185+111=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B96F is #594690. Grayscale: #ABABAB. Windows color (decimal): -5850769 or 7322022. OLE color: 7322022.

HSL color Cylindrical-coordinate representation of color #A6B96F: hue angle of 75.41º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6B96F is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB166185111-
CMYK0.1000.40.27
HSL75.41º34.58%58.04%-
HSV(B)75.41º40%72.55%-
XYZ35.9443.9521.63-
YUV170.8894.21124.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=35.93%
G=40.04%
B=24.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851110.1000.40.2775.4134.5858.04
HexA6B96FA0281B4b233a
Octal24627115712050331134372
Binary1010011010111001110111110100101000110111001011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B96F; }

 p { color: rgb(166,185,111); }

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

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

 a { background-color: rgb(166,185,111); }

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

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

 span { border-color: rgb(166,185,111); }

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