Html Css Color HEX #A3C96C Olivine

📋 copy color: '#A3C96C'

red 163 ◦ green 201 ◦ blue 108

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

Shades of Olivine #A3C96C

Tints of Olivine #A3C96C

RGB

 RED value IS 163 (64.06% from 255) = 34.53%

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

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

R = 34.53%
G = 42.58%
B = 22.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#A3C96C (or 0xA3C96C) is known color: Olivine. HEX triplet: A3, C9 and 6C. RGB value is (163,201,108). Sum of RGB (Red+Green+Blue) = 163+201+108=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C96C is #5C3693. Grayscale: #B3B3B3. Windows color (decimal): -6043284 or 7129507. OLE color: 7129507.

HSL color Cylindrical-coordinate representation of color #A3C96C: hue angle of 84.52º 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 #A3C96C is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 201 108 -
CMYK 0.19 0 0.46 0.21
HSL 84.52º 0.46% 0.61% -
HSV(B) 84.52º 0.46% 0.79% -
XYZ 38.7 50.64 21.92 -
YUV 179.04 87.91 116.56 -
System Red Green Blue C M Y K H S L
Decimal 163 201 108 0.19 0 0.46 0.21 84.52 0.46 0.61
Hex A3 C9 6C 13 0 2E 15 55 2E 3D
Octal 243 311 154 23 0 56 25 125 56 75
Binary 10100011 11001001 1101100 10011 0 101110 10101 1010101 101110 111101

Color Harmonies of #A3C96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C96C

Black with #A3C96C

Text Example


Text Example

White with #A3C96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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