Html Css Color HEX #A6C966 Olivine

📋 copy color: '#A6C966'

red 166 ◦ green 201 ◦ blue 102

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

Shades of Olivine #A6C966

Tints of Olivine #A6C966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 35.39%
G = 42.86%
B = 21.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#A6C966 (or 0xA6C966) is known color: Olivine. HEX triplet: A6, C9 and 66. RGB value is (166,201,102). Sum of RGB (Red+Green+Blue) = 166+201+102=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C966 is #593699. Grayscale: #B3B3B3. Windows color (decimal): -5846682 or 6736294. OLE color: 6736294.

HSL color Cylindrical-coordinate representation of color #A6C966: hue angle of 81.21º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6C966 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 201 102 -
CMYK 0.17 0 0.49 0.21
HSL 81.21º 0.48% 0.59% -
HSV(B) 81.21º 0.49% 0.79% -
XYZ 39.01 50.84 20.33 -
YUV 179.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 166 201 102 0.17 0 0.49 0.21 81.21 0.48 0.59
Hex A6 C9 66 11 0 31 15 51 30 3B
Octal 246 311 146 21 0 61 25 121 60 73
Binary 10100110 11001001 1100110 10001 0 110001 10101 1010001 110000 111011

Color Harmonies of #A6C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C966

Black with #A6C966

Text Example


Text Example

White with #A6C966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C966; }

 p { color: rgb(166,201,102); }

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

background-color css

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

 a { background-color: rgb(166,201,102); }

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

border-color css

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

 span { border-color: rgb(166,201,102); }

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