Html Css Color HEX #A4C16F Olivine

📋 copy color: '#A4C16F'

red 164 ◦ green 193 ◦ blue 111

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

Shades of Olivine #A4C16F

Tints of Olivine #A4C16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.72%

R = 35.04%
G = 41.24%
B = 23.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#A4C16F (or 0xA4C16F) is known color: Olivine. HEX triplet: A4, C1 and 6F. RGB value is (164,193,111). Sum of RGB (Red+Green+Blue) = 164+193+111=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C16F is #5B3E90. Grayscale: #AFAFAF. Windows color (decimal): -5979793 or 7324068. OLE color: 7324068.

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

Color convert

RGB 164 193 111 -
CMYK 0.15 0 0.42 0.24
HSL 81.22º 0.4% 0.6% -
HSV(B) 81.22º 0.42% 0.76% -
XYZ 37.25 47.18 22.18 -
YUV 174.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 164 193 111 0.15 0 0.42 0.24 81.22 0.4 0.6
Hex A4 C1 6F F 0 2A 18 51 28 3C
Octal 244 301 157 17 0 52 30 121 50 74
Binary 10100100 11000001 1101111 1111 0 101010 11000 1010001 101000 111100

Color Harmonies of #A4C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C16F

Black with #A4C16F

Text Example


Text Example

White with #A4C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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