Html Css Color HEX #A5C463 Olivine

📋 copy color: '#A5C463'

red 165 ◦ green 196 ◦ blue 99

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

Shades of Olivine #A5C463

Tints of Olivine #A5C463

RGB

 RED value IS 165 (64.84% from 255) = 35.87%

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

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 35.87%
G = 42.61%
B = 21.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#A5C463 (or 0xA5C463) is known color: Olivine. HEX triplet: A5, C4 and 63. RGB value is (165,196,99). Sum of RGB (Red+Green+Blue) = 165+196+99=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C463 is #5A3B9C. Grayscale: #B0B0B0. Windows color (decimal): -5913501 or 6538405. OLE color: 6538405.

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

Color convert

RGB 165 196 99 -
CMYK 0.16 0 0.49 0.23
HSL 79.18º 0.45% 0.58% -
HSV(B) 79.18º 0.49% 0.77% -
XYZ 37.51 48.38 19.17 -
YUV 175.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 165 196 99 0.16 0 0.49 0.23 79.18 0.45 0.58
Hex A5 C4 63 10 0 31 17 4F 2D 3A
Octal 245 304 143 20 0 61 27 117 55 72
Binary 10100101 11000100 1100011 10000 0 110001 10111 1001111 101101 111010

Color Harmonies of #A5C463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C463

Black with #A5C463

Text Example


Text Example

White with #A5C463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C463; }

 p { color: rgb(165,196,99); }

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

background-color css

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

 a { background-color: rgb(165,196,99); }

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

border-color css

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

 span { border-color: rgb(165,196,99); }

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