Html Css Color HEX #A4C476 Olivine

📋 copy color: '#A4C476'

red 164 ◦ green 196 ◦ blue 118

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

Shades of Olivine #A4C476

Tints of Olivine #A4C476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 34.31%
G = 41%
B = 24.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#A4C476 (or 0xA4C476) is known color: Olivine. HEX triplet: A4, C4 and 76. RGB value is (164,196,118). Sum of RGB (Red+Green+Blue) = 164+196+118=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C476 is #5B3B89. Grayscale: #B1B1B1. Windows color (decimal): -5979018 or 7783588. OLE color: 7783588.

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

Color convert

RGB 164 196 118 -
CMYK 0.16 0 0.40 0.23
HSL 84.62º 0.4% 0.62% -
HSV(B) 84.62º 0.4% 0.77% -
XYZ 38.32 48.68 24.52 -
YUV 177.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 164 196 118 0.16 0 0.40 0.23 84.62 0.4 0.62
Hex A4 C4 76 10 0 28 17 55 28 3E
Octal 244 304 166 20 0 50 27 125 50 76
Binary 10100100 11000100 1110110 10000 0 101000 10111 1010101 101000 111110

Color Harmonies of #A4C476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C476

Black with #A4C476

Text Example


Text Example

White with #A4C476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C476; }

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

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

background-color css

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

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

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

border-color css

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

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

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