Html Css Color HEX #A6B96F Olivine

📋 copy color: '#A6B96F'

red 166 ◦ green 185 ◦ blue 111

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

Shades of Olivine #A6B96F

Tints of Olivine #A6B96F

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 value IS 0.10

 M value IS 0

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#A6B96F (or 0xA6B96F) is known color: 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

RGB 166 185 111 -
CMYK 0.10 0 0.4 0.27
HSL 75.41º 0.35% 0.58% -
HSV(B) 75.41º 0.4% 0.73% -
XYZ 35.94 43.95 21.63 -
YUV 170.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 166 185 111 0.10 0 0.4 0.27 75.41 0.35 0.58
Hex A6 B9 6F A 0 28 1B 4B 23 3A
Octal 246 271 157 12 0 50 33 113 43 72
Binary 10100110 10111001 1101111 1010 0 101000 11011 1001011 100011 111010

Color Harmonies of #A6B96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B96F

Black with #A6B96F

Text Example


Text Example

White with #A6B96F

Text Example


Text Example

HTML Codes & Css Web 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>