Html Css Color HEX #A6C861 Olivine

📋 copy color: '#A6C861'

red 166 ◦ green 200 ◦ blue 97

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

Shades of Olivine #A6C861

Tints of Olivine #A6C861

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.2%

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

R = 35.85%
G = 43.2%
B = 20.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#A6C861 (or 0xA6C861) is known color: Olivine. HEX triplet: A6, C8 and 61. RGB value is (166,200,97). Sum of RGB (Red+Green+Blue) = 166+200+97=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C861 is #59379E. Grayscale: #B2B2B2. Windows color (decimal): -5846943 or 6408358. OLE color: 6408358.

HSL color Cylindrical-coordinate representation of color #A6C861: hue angle of 79.81º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6C861 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 200 97 -
CMYK 0.17 0 0.52 0.22
HSL 79.81º 0.48% 0.58% -
HSV(B) 79.81º 0.52% 0.78% -
XYZ 38.54 50.28 18.98 -
YUV 178.09 82.24 119.38 -
System Red Green Blue C M Y K H S L
Decimal 166 200 97 0.17 0 0.52 0.22 79.81 0.48 0.58
Hex A6 C8 61 11 0 34 16 50 30 3A
Octal 246 310 141 21 0 64 26 120 60 72
Binary 10100110 11001000 1100001 10001 0 110100 10110 1010000 110000 111010

Color Harmonies of #A6C861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C861

Black with #A6C861

Text Example


Text Example

White with #A6C861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C861; }

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

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

background-color css

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

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

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

border-color css

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

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

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