Html Css Color HEX #A6C96B Olivine

📋 copy color: '#A6C96B'

red 166 ◦ green 201 ◦ blue 107

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

Shades of Olivine #A6C96B

Tints of Olivine #A6C96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.57%

R = 35.02%
G = 42.41%
B = 22.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#A6C96B (or 0xA6C96B) is known color: Olivine. HEX triplet: A6, C9 and 6B. RGB value is (166,201,107). Sum of RGB (Red+Green+Blue) = 166+201+107=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C96B is #593694. Grayscale: #B4B4B4. Windows color (decimal): -5846677 or 7063974. OLE color: 7063974.

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

Color convert

RGB 166 201 107 -
CMYK 0.17 0 0.47 0.21
HSL 82.34º 0.47% 0.6% -
HSV(B) 82.34º 0.47% 0.79% -
XYZ 39.27 50.94 21.67 -
YUV 179.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 166 201 107 0.17 0 0.47 0.21 82.34 0.47 0.6
Hex A6 C9 6B 11 0 2F 15 52 2F 3C
Octal 246 311 153 21 0 57 25 122 57 74
Binary 10100110 11001001 1101011 10001 0 101111 10101 1010010 101111 111100

Color Harmonies of #A6C96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C96B

Black with #A6C96B

Text Example


Text Example

White with #A6C96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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