Html Css Color HEX #A6CA66 Olivine

📋 copy color: '#A6CA66'

red 166 ◦ green 202 ◦ blue 102

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

Shades of Olivine #A6CA66

Tints of Olivine #A6CA66

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

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

R = 35.32%
G = 42.98%
B = 21.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#A6CA66 (or 0xA6CA66) is known color: Olivine. HEX triplet: A6, CA and 66. RGB value is (166,202,102). Sum of RGB (Red+Green+Blue) = 166+202+102=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA66 is #593599. Grayscale: #B4B4B4. Windows color (decimal): -5846426 or 6736550. OLE color: 6736550.

HSL color Cylindrical-coordinate representation of color #A6CA66: hue angle of 81.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6CA66 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 102 -
CMYK 0.18 0 0.50 0.21
HSL 81.6º 0.49% 0.6% -
HSV(B) 81.6º 0.5% 0.79% -
XYZ 39.24 51.31 20.41 -
YUV 179.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 166 202 102 0.18 0 0.50 0.21 81.6 0.49 0.6
Hex A6 CA 66 12 0 32 15 52 31 3C
Octal 246 312 146 22 0 62 25 122 61 74
Binary 10100110 11001010 1100110 10010 0 110010 10101 1010010 110001 111100

Color Harmonies of #A6CA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA66

Black with #A6CA66

Text Example


Text Example

White with #A6CA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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