Html Css Color HEX #A6C16B Olivine

📋 copy color: '#A6C16B'

red 166 ◦ green 193 ◦ blue 107

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

Shades of Olivine #A6C16B

Tints of Olivine #A6C16B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

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

R = 35.62%
G = 41.42%
B = 22.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#A6C16B (or 0xA6C16B) is known color: Olivine. HEX triplet: A6, C1 and 6B. RGB value is (166,193,107). Sum of RGB (Red+Green+Blue) = 166+193+107=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C16B is #593E94. Grayscale: #AFAFAF. Windows color (decimal): -5848725 or 7061926. OLE color: 7061926.

HSL color Cylindrical-coordinate representation of color #A6C16B: hue angle of 78.84º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6C16B is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 193 107 -
CMYK 0.14 0 0.45 0.24
HSL 78.84º 0.41% 0.59% -
HSV(B) 78.84º 0.45% 0.76% -
XYZ 37.45 47.31 21.07 -
YUV 175.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 166 193 107 0.14 0 0.45 0.24 78.84 0.41 0.59
Hex A6 C1 6B E 0 2D 18 4F 29 3B
Octal 246 301 153 16 0 55 30 117 51 73
Binary 10100110 11000001 1101011 1110 0 101101 11000 1001111 101001 111011

Color Harmonies of #A6C16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C16B

Black with #A6C16B

Text Example


Text Example

White with #A6C16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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