#A4C867

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

Shades of Olivine #A4C867

Tints of Olivine #A4C867

Color information

#A4C867 (or 0xA4C867) is unknown color: approx Olivine. HEX triplet: A4, C8 and 67. RGB value is (164,200,103). Sum of RGB (Red+Green+Blue) = 164+200+103=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C867 is #5B3798. Grayscale: #B2B2B2. Windows color (decimal): -5978009 or 6801572. OLE color: 6801572.

HSL color Cylindrical-coordinate representation of color #A4C867: hue angle of 82.27º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4C867 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB164200103-
CMYK0.1800.480.22
HSL82.27º46.86%59.41%-
HSV(B)82.27º48.5%78.43%-
XYZ38.4150.1820.49-
YUV178.1885.57117.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=35.12%
G=42.83%
B=22.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1642001030.1800.480.2282.2746.8659.41
HexA4C8671203016522f3b
Octal24431014722060261225773
Binary10100100110010001100111100100110000101101010010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C867; }

 p { color: rgb(164,200,103); }

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

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

 a { background-color: rgb(164,200,103); }

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

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

 span { border-color: rgb(164,200,103); }

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