Html Css Color HEX #A6C96C Olivine

📋 copy color: '#A6C96C'

red 166 ◦ green 201 ◦ blue 108

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

Shades of Olivine #A6C96C

Tints of Olivine #A6C96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.74%

R = 34.95%
G = 42.32%
B = 22.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#A6C96C (or 0xA6C96C) is known color: Olivine. HEX triplet: A6, C9 and 6C. RGB value is (166,201,108). Sum of RGB (Red+Green+Blue) = 166+201+108=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C96C is #593693. Grayscale: #B4B4B4. Windows color (decimal): -5846676 or 7129510. OLE color: 7129510.

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

Color convert

RGB 166 201 108 -
CMYK 0.17 0 0.46 0.21
HSL 82.58º 0.46% 0.61% -
HSV(B) 82.58º 0.46% 0.79% -
XYZ 39.32 50.96 21.95 -
YUV 179.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 166 201 108 0.17 0 0.46 0.21 82.58 0.46 0.61
Hex A6 C9 6C 11 0 2E 15 53 2E 3D
Octal 246 311 154 21 0 56 25 123 56 75
Binary 10100110 11001001 1101100 10001 0 101110 10101 1010011 101110 111101

Color Harmonies of #A6C96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C96C

Black with #A6C96C

Text Example


Text Example

White with #A6C96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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