Html Css Color HEX #A3CA6C Olivine

📋 copy color: '#A3CA6C'

red 163 ◦ green 202 ◦ blue 108

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

Shades of Olivine #A3CA6C

Tints of Olivine #A3CA6C

RGB

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

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

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

R = 34.46%
G = 42.71%
B = 22.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#A3CA6C (or 0xA3CA6C) is known color: Olivine. HEX triplet: A3, CA and 6C. RGB value is (163,202,108). Sum of RGB (Red+Green+Blue) = 163+202+108=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA6C is #5C3593. Grayscale: #B3B3B3. Windows color (decimal): -6043028 or 7129763. OLE color: 7129763.

HSL color Cylindrical-coordinate representation of color #A3CA6C: hue angle of 84.89º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3CA6C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 202 108 -
CMYK 0.19 0 0.47 0.21
HSL 84.89º 0.47% 0.61% -
HSV(B) 84.89º 0.47% 0.79% -
XYZ 38.93 51.11 22 -
YUV 179.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 163 202 108 0.19 0 0.47 0.21 84.89 0.47 0.61
Hex A3 CA 6C 13 0 2F 15 55 2F 3D
Octal 243 312 154 23 0 57 25 125 57 75
Binary 10100011 11001010 1101100 10011 0 101111 10101 1010101 101111 111101

Color Harmonies of #A3CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CA6C

Black with #A3CA6C

Text Example


Text Example

White with #A3CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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