Html Css Color HEX #A4C776 Olivine

📋 copy color: '#A4C776'

red 164 ◦ green 199 ◦ blue 118

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

Shades of Olivine #A4C776

Tints of Olivine #A4C776

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.37%

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

R = 34.1%
G = 41.37%
B = 24.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#A4C776 (or 0xA4C776) is known color: Olivine. HEX triplet: A4, C7 and 76. RGB value is (164,199,118). Sum of RGB (Red+Green+Blue) = 164+199+118=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C776 is #5B3889. Grayscale: #B3B3B3. Windows color (decimal): -5978250 or 7784356. OLE color: 7784356.

HSL color Cylindrical-coordinate representation of color #A4C776: hue angle of 85.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4C776 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 199 118 -
CMYK 0.18 0 0.41 0.22
HSL 85.93º 0.42% 0.62% -
HSV(B) 85.93º 0.41% 0.78% -
XYZ 39 50.05 24.74 -
YUV 179.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 164 199 118 0.18 0 0.41 0.22 85.93 0.42 0.62
Hex A4 C7 76 12 0 29 16 56 2A 3E
Octal 244 307 166 22 0 51 26 126 52 76
Binary 10100100 11000111 1110110 10010 0 101001 10110 1010110 101010 111110

Color Harmonies of #A4C776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C776

Black with #A4C776

Text Example


Text Example

White with #A4C776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C776; }

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

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

background-color css

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

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

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

border-color css

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

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

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