Html Css Color HEX #A3C465 Olivine

📋 copy color: '#A3C465'

red 163 ◦ green 196 ◦ blue 101

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

Shades of Olivine #A3C465

Tints of Olivine #A3C465

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.61%

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 35.43%
G = 42.61%
B = 21.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#A3C465 (or 0xA3C465) is known color: Olivine. HEX triplet: A3, C4 and 65. RGB value is (163,196,101). Sum of RGB (Red+Green+Blue) = 163+196+101=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C465 is #5C3B9A. Grayscale: #AFAFAF. Windows color (decimal): -6044571 or 6669475. OLE color: 6669475.

HSL color Cylindrical-coordinate representation of color #A3C465: hue angle of 80.84º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3C465 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 196 101 -
CMYK 0.17 0 0.48 0.23
HSL 80.84º 0.45% 0.58% -
HSV(B) 80.84º 0.48% 0.77% -
XYZ 37.19 48.21 19.66 -
YUV 175.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 163 196 101 0.17 0 0.48 0.23 80.84 0.45 0.58
Hex A3 C4 65 11 0 30 17 51 2D 3A
Octal 243 304 145 21 0 60 27 121 55 72
Binary 10100011 11000100 1100101 10001 0 110000 10111 1010001 101101 111010

Color Harmonies of #A3C465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C465

Black with #A3C465

Text Example


Text Example

White with #A3C465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C465; }

 p { color: rgb(163,196,101); }

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

background-color css

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

 a { background-color: rgb(163,196,101); }

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

border-color css

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

 span { border-color: rgb(163,196,101); }

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