Html Css Color HEX #A4C16D Olivine

📋 copy color: '#A4C16D'

red 164 ◦ green 193 ◦ blue 109

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

Shades of Olivine #A4C16D

Tints of Olivine #A4C16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 35.19%
G = 41.42%
B = 23.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#A4C16D (or 0xA4C16D) is known color: Olivine. HEX triplet: A4, C1 and 6D. RGB value is (164,193,109). Sum of RGB (Red+Green+Blue) = 164+193+109=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C16D is #5B3E92. Grayscale: #AFAFAF. Windows color (decimal): -5979795 or 7192996. OLE color: 7192996.

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

Color convert

RGB 164 193 109 -
CMYK 0.15 0 0.44 0.24
HSL 80.71º 0.4% 0.59% -
HSV(B) 80.71º 0.44% 0.76% -
XYZ 37.14 47.14 21.61 -
YUV 174.75 90.89 120.33 -
System Red Green Blue C M Y K H S L
Decimal 164 193 109 0.15 0 0.44 0.24 80.71 0.4 0.59
Hex A4 C1 6D F 0 2C 18 51 28 3B
Octal 244 301 155 17 0 54 30 121 50 73
Binary 10100100 11000001 1101101 1111 0 101100 11000 1010001 101000 111011

Color Harmonies of #A4C16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C16D

Black with #A4C16D

Text Example


Text Example

White with #A4C16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C16D; }

 p { color: rgb(164,193,109); }

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

background-color css

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

 a { background-color: rgb(164,193,109); }

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

border-color css

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

 span { border-color: rgb(164,193,109); }

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