Html Css Color HEX #A5C479 Olivine

📋 copy color: '#A5C479'

red 165 ◦ green 196 ◦ blue 121

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

Shades of Olivine #A5C479

Tints of Olivine #A5C479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.1%

R = 34.23%
G = 40.66%
B = 25.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#A5C479 (or 0xA5C479) is known color: Olivine. HEX triplet: A5, C4 and 79. RGB value is (165,196,121). Sum of RGB (Red+Green+Blue) = 165+196+121=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C479 is #5A3B86. Grayscale: #B2B2B2. Windows color (decimal): -5913479 or 7980197. OLE color: 7980197.

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

Color convert

RGB 165 196 121 -
CMYK 0.16 0 0.38 0.23
HSL 84.8º 0.39% 0.62% -
HSV(B) 84.8º 0.38% 0.77% -
XYZ 38.71 48.86 25.48 -
YUV 178.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 165 196 121 0.16 0 0.38 0.23 84.8 0.39 0.62
Hex A5 C4 79 10 0 26 17 55 27 3E
Octal 245 304 171 20 0 46 27 125 47 76
Binary 10100101 11000100 1111001 10000 0 100110 10111 1010101 100111 111110

Color Harmonies of #A5C479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C479

Black with #A5C479

Text Example


Text Example

White with #A5C479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C479; }

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

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

background-color css

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

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

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

border-color css

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

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

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