Html Css Color HEX #A6C666 Olivine

📋 copy color: '#A6C666'

red 166 ◦ green 198 ◦ blue 102

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

Shades of Olivine #A6C666

Tints of Olivine #A6C666

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.49%

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

R = 35.62%
G = 42.49%
B = 21.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#A6C666 (or 0xA6C666) is known color: Olivine. HEX triplet: A6, C6 and 66. RGB value is (166,198,102). Sum of RGB (Red+Green+Blue) = 166+198+102=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C666 is #593999. Grayscale: #B1B1B1. Windows color (decimal): -5847450 or 6735526. OLE color: 6735526.

HSL color Cylindrical-coordinate representation of color #A6C666: hue angle of 80º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6C666 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 102 -
CMYK 0.16 0 0.48 0.22
HSL 80º 0.46% 0.59% -
HSV(B) 80º 0.48% 0.78% -
XYZ 38.32 49.45 20.1 -
YUV 177.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 166 198 102 0.16 0 0.48 0.22 80 0.46 0.59
Hex A6 C6 66 10 0 30 16 50 2E 3B
Octal 246 306 146 20 0 60 26 120 56 73
Binary 10100110 11000110 1100110 10000 0 110000 10110 1010000 101110 111011

Color Harmonies of #A6C666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C666

Black with #A6C666

Text Example


Text Example

White with #A6C666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C666; }

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

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

background-color css

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

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

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

border-color css

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

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

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