#A4C76E

Color #A4C76E Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A4C76E

Tints of Olivine #A4C76E

Color information

#A4C76E (or 0xA4C76E) is unknown color: approx Olivine. HEX triplet: A4, C7 and 6E. RGB value is (164,199,110). Sum of RGB (Red+Green+Blue) = 164+199+110=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C76E is #5B3891. Grayscale: #B2B2B2. Windows color (decimal): -5978258 or 7260068. OLE color: 7260068.

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

Color convert

RGB164199110-
CMYK0.1800.450.22
HSL83.6º44.28%60.59%-
HSV(B)83.6º44.72%78.04%-
XYZ38.5549.8722.35-
YUV178.3989.4117.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 199 (78.12% from 255) = 42.07%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=34.67%
G=42.07%
B=23.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641991100.1800.450.2283.644.2860.59
HexA4C76E1202D16542c3d
Octal24430715622055261245475
Binary10100100110001111101110100100101101101101010100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C76E; }

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

 H1.HeaderClassName
 {
   color: #A4C76E;
 }
 .AnyTagClassName
 {
   color: #A4C76E;
 }
</style>
background-color css

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

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

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

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

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

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