Html Css Color HEX #A4C45D Olivine

📋 copy color: '#A4C45D'

red 164 ◦ green 196 ◦ blue 93

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

Shades of Olivine #A4C45D

Tints of Olivine #A4C45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.53%

R = 36.2%
G = 43.27%
B = 20.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#A4C45D (or 0xA4C45D) is known color: Olivine. HEX triplet: A4, C4 and 5D. RGB value is (164,196,93). Sum of RGB (Red+Green+Blue) = 164+196+93=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C45D is #5B3BA2. Grayscale: #AFAFAF. Windows color (decimal): -5979043 or 6145188. OLE color: 6145188.

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

Color convert

RGB 164 196 93 -
CMYK 0.16 0 0.53 0.23
HSL 78.64º 0.47% 0.57% -
HSV(B) 78.64º 0.53% 0.77% -
XYZ 37.03 48.16 17.7 -
YUV 174.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 164 196 93 0.16 0 0.53 0.23 78.64 0.47 0.57
Hex A4 C4 5D 10 0 35 17 4F 2F 39
Octal 244 304 135 20 0 65 27 117 57 71
Binary 10100100 11000100 1011101 10000 0 110101 10111 1001111 101111 111001

Color Harmonies of #A4C45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C45D

Black with #A4C45D

Text Example


Text Example

White with #A4C45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C45D; }

 p { color: rgb(164,196,93); }

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

background-color css

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

 a { background-color: rgb(164,196,93); }

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

border-color css

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

 span { border-color: rgb(164,196,93); }

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