Html Css Color HEX #A3C96D Olivine

📋 copy color: '#A3C96D'

red 163 ◦ green 201 ◦ blue 109

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

Shades of Olivine #A3C96D

Tints of Olivine #A3C96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 34.46%
G = 42.49%
B = 23.04%

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

#A3C96D (or 0xA3C96D) is known color: Olivine. HEX triplet: A3, C9 and 6D. RGB value is (163,201,109). Sum of RGB (Red+Green+Blue) = 163+201+109=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C96D is #5C3692. Grayscale: #B3B3B3. Windows color (decimal): -6043283 or 7195043. OLE color: 7195043.

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

Color convert

RGB 163 201 109 -
CMYK 0.19 0 0.46 0.21
HSL 84.78º 0.46% 0.61% -
HSV(B) 84.78º 0.46% 0.79% -
XYZ 38.75 50.66 22.2 -
YUV 179.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 163 201 109 0.19 0 0.46 0.21 84.78 0.46 0.61
Hex A3 C9 6D 13 0 2E 15 55 2E 3D
Octal 243 311 155 23 0 56 25 125 56 75
Binary 10100011 11001001 1101101 10011 0 101110 10101 1010101 101110 111101

Color Harmonies of #A3C96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C96D

Black with #A3C96D

Text Example


Text Example

White with #A3C96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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