Html Css Color HEX #A3CA6D Olivine

📋 copy color: '#A3CA6D'

red 163 ◦ green 202 ◦ blue 109

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

Shades of Olivine #A3CA6D

Tints of Olivine #A3CA6D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

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

R = 34.39%
G = 42.62%
B = 23%

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

#A3CA6D (or 0xA3CA6D) is known color: Olivine. HEX triplet: A3, CA and 6D. RGB value is (163,202,109). Sum of RGB (Red+Green+Blue) = 163+202+109=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA6D is #5C3592. Grayscale: #B4B4B4. Windows color (decimal): -6043027 or 7195299. OLE color: 7195299.

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

Color convert

RGB 163 202 109 -
CMYK 0.19 0 0.46 0.21
HSL 85.16º 0.47% 0.61% -
HSV(B) 85.16º 0.46% 0.79% -
XYZ 38.99 51.13 22.28 -
YUV 179.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 163 202 109 0.19 0 0.46 0.21 85.16 0.47 0.61
Hex A3 CA 6D 13 0 2E 15 55 2F 3D
Octal 243 312 155 23 0 56 25 125 57 75
Binary 10100011 11001010 1101101 10011 0 101110 10101 1010101 101111 111101

Color Harmonies of #A3CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CA6D

Black with #A3CA6D

Text Example


Text Example

White with #A3CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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