Html Css Color HEX #A6C161 Olivine

📋 copy color: '#A6C161'

red 166 ◦ green 193 ◦ blue 97

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

Shades of Olivine #A6C161

Tints of Olivine #A6C161

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

 BLUE value IS 97 (38.28% from 255) = 21.27%

R = 36.4%
G = 42.32%
B = 21.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A6C161 (or 0xA6C161) is known color: Olivine. HEX triplet: A6, C1 and 61. RGB value is (166,193,97). Sum of RGB (Red+Green+Blue) = 166+193+97=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C161 is #593E9E. Grayscale: #AEAEAE. Windows color (decimal): -5848735 or 6406566. OLE color: 6406566.

HSL color Cylindrical-coordinate representation of color #A6C161: hue angle of 76.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6C161 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 193 97 -
CMYK 0.14 0 0.50 0.24
HSL 76.88º 0.44% 0.57% -
HSV(B) 76.88º 0.5% 0.76% -
XYZ 36.95 47.11 18.45 -
YUV 173.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 166 193 97 0.14 0 0.50 0.24 76.88 0.44 0.57
Hex A6 C1 61 E 0 32 18 4D 2C 39
Octal 246 301 141 16 0 62 30 115 54 71
Binary 10100110 11000001 1100001 1110 0 110010 11000 1001101 101100 111001

Color Harmonies of #A6C161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C161

Black with #A6C161

Text Example


Text Example

White with #A6C161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C161; }

 p { color: rgb(166,193,97); }

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

background-color css

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

 a { background-color: rgb(166,193,97); }

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

border-color css

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

 span { border-color: rgb(166,193,97); }

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