Html Css Color HEX #A6B96E Olivine

📋 copy color: '#A6B96E'

red 166 ◦ green 185 ◦ blue 110

#A6B96E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A6B96E

Tints of Olivine #A6B96E

RGB

 RED value IS 166 (65.23% from 255) = 36.01%

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 36.01%
G = 40.13%
B = 23.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A6B96E (or 0xA6B96E) is known color: Olivine. HEX triplet: A6, B9 and 6E. RGB value is (166,185,110). Sum of RGB (Red+Green+Blue) = 166+185+110=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B96E is #594691. Grayscale: #ABABAB. Windows color (decimal): -5850770 or 7256486. OLE color: 7256486.

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

Color convert

RGB 166 185 110 -
CMYK 0.10 0 0.41 0.27
HSL 75.2º 0.35% 0.58% -
HSV(B) 75.2º 0.41% 0.73% -
XYZ 35.89 43.93 21.34 -
YUV 170.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 166 185 110 0.10 0 0.41 0.27 75.2 0.35 0.58
Hex A6 B9 6E A 0 29 1B 4B 23 3A
Octal 246 271 156 12 0 51 33 113 43 72
Binary 10100110 10111001 1101110 1010 0 101001 11011 1001011 100011 111010

Color Harmonies of #A6B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B96E

Black with #A6B96E

Text Example


Text Example

White with #A6B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B96E; }

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

 H1.HeaderClassName
 {
   color: #A6B96E;
 }
 .AnyTagClassName
 {
   color: #A6B96E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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