Html Css Color HEX #A5C163 Olivine

📋 copy color: '#A5C163'

red 165 ◦ green 193 ◦ blue 99

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

Shades of Olivine #A5C163

Tints of Olivine #A5C163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.23%

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

R = 36.11%
G = 42.23%
B = 21.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A5C163 (or 0xA5C163) is known color: Olivine. HEX triplet: A5, C1 and 63. RGB value is (165,193,99). Sum of RGB (Red+Green+Blue) = 165+193+99=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C163 is #5A3E9C. Grayscale: #AEAEAE. Windows color (decimal): -5914269 or 6537637. OLE color: 6537637.

HSL color Cylindrical-coordinate representation of color #A5C163: hue angle of 77.87º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5C163 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 193 99 -
CMYK 0.15 0 0.49 0.24
HSL 77.87º 0.43% 0.57% -
HSV(B) 77.87º 0.49% 0.76% -
XYZ 36.84 47.04 18.94 -
YUV 173.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 165 193 99 0.15 0 0.49 0.24 77.87 0.43 0.57
Hex A5 C1 63 F 0 31 18 4E 2B 39
Octal 245 301 143 17 0 61 30 116 53 71
Binary 10100101 11000001 1100011 1111 0 110001 11000 1001110 101011 111001

Color Harmonies of #A5C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C163

Black with #A5C163

Text Example


Text Example

White with #A5C163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C163; }

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

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

background-color css

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

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

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

border-color css

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

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

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