Html Css Color HEX #A6C863 Olivine

📋 copy color: '#A6C863'

red 166 ◦ green 200 ◦ blue 99

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

Shades of Olivine #A6C863

Tints of Olivine #A6C863

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.01%

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

R = 35.7%
G = 43.01%
B = 21.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#A6C863 (or 0xA6C863) is known color: Olivine. HEX triplet: A6, C8 and 63. RGB value is (166,200,99). Sum of RGB (Red+Green+Blue) = 166+200+99=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C863 is #59379C. Grayscale: #B2B2B2. Windows color (decimal): -5846941 or 6539430. OLE color: 6539430.

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

Color convert

RGB 166 200 99 -
CMYK 0.17 0 0.50 0.22
HSL 80.2º 0.48% 0.59% -
HSV(B) 80.2º 0.51% 0.78% -
XYZ 38.63 50.32 19.48 -
YUV 178.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 166 200 99 0.17 0 0.50 0.22 80.2 0.48 0.59
Hex A6 C8 63 11 0 32 16 50 30 3B
Octal 246 310 143 21 0 62 26 120 60 73
Binary 10100110 11001000 1100011 10001 0 110010 10110 1010000 110000 111011

Color Harmonies of #A6C863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C863

Black with #A6C863

Text Example


Text Example

White with #A6C863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C863; }

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

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

background-color css

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

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

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

border-color css

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

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

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