Html Css Color HEX #A4C37A Olivine

📋 copy color: '#A4C37A'

red 164 ◦ green 195 ◦ blue 122

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

Shades of Olivine #A4C37A

Tints of Olivine #A4C37A

RGB

 RED value IS 164 (64.45% from 255) = 34.1%

 GREEN value IS 195 (76.56% from 255) = 40.54%

 BLUE value IS 122 (48.05% from 255) = 25.36%

R = 34.1%
G = 40.54%
B = 25.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#A4C37A (or 0xA4C37A) is known color: Olivine. HEX triplet: A4, C3 and 7A. RGB value is (164,195,122). Sum of RGB (Red+Green+Blue) = 164+195+122=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C37A is #5B3C85. Grayscale: #B1B1B1. Windows color (decimal): -5979270 or 8045476. OLE color: 8045476.

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

Color convert

RGB 164 195 122 -
CMYK 0.16 0 0.37 0.24
HSL 85.48º 0.38% 0.62% -
HSV(B) 85.48º 0.37% 0.76% -
XYZ 38.34 48.33 25.72 -
YUV 177.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 164 195 122 0.16 0 0.37 0.24 85.48 0.38 0.62
Hex A4 C3 7A 10 0 25 18 55 26 3E
Octal 244 303 172 20 0 45 30 125 46 76
Binary 10100100 11000011 1111010 10000 0 100101 11000 1010101 100110 111110

Color Harmonies of #A4C37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C37A

Black with #A4C37A

Text Example


Text Example

White with #A4C37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C37A; }

 p { color: rgb(164,195,122); }

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

background-color css

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

 a { background-color: rgb(164,195,122); }

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

border-color css

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

 span { border-color: rgb(164,195,122); }

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