Html Css Color HEX #A6C063 Olivine

📋 copy color: '#A6C063'

red 166 ◦ green 192 ◦ blue 99

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

Shades of Olivine #A6C063

Tints of Olivine #A6C063

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 99 (39.06% from 255) = 21.66%

R = 36.32%
G = 42.01%
B = 21.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#A6C063 (or 0xA6C063) is known color: Olivine. HEX triplet: A6, C0 and 63. RGB value is (166,192,99). Sum of RGB (Red+Green+Blue) = 166+192+99=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C063 is #593F9C. Grayscale: #ADADAD. Windows color (decimal): -5848989 or 6537382. OLE color: 6537382.

HSL color Cylindrical-coordinate representation of color #A6C063: hue angle of 76.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6C063 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 99 -
CMYK 0.14 0 0.48 0.25
HSL 76.77º 0.42% 0.57% -
HSV(B) 76.77º 0.48% 0.75% -
XYZ 36.83 46.71 18.88 -
YUV 173.62 85.89 122.56 -
System Red Green Blue C M Y K H S L
Decimal 166 192 99 0.14 0 0.48 0.25 76.77 0.42 0.57
Hex A6 C0 63 E 0 30 19 4D 2A 39
Octal 246 300 143 16 0 60 31 115 52 71
Binary 10100110 11000000 1100011 1110 0 110000 11001 1001101 101010 111001

Color Harmonies of #A6C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C063

Black with #A6C063

Text Example


Text Example

White with #A6C063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C063; }

 p { color: rgb(166,192,99); }

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

background-color css

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

 a { background-color: rgb(166,192,99); }

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

border-color css

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

 span { border-color: rgb(166,192,99); }

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