#A4BC67

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

Shades of Olivine #A4BC67

Tints of Olivine #A4BC67

Color information

#A4BC67 (or 0xA4BC67) is unknown color: approx Olivine. HEX triplet: A4, BC and 67. RGB value is (164,188,103). Sum of RGB (Red+Green+Blue) = 164+188+103=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC67 is #5B4398. Grayscale: #ABABAB. Windows color (decimal): -5981081 or 6798500. OLE color: 6798500.

HSL color Cylindrical-coordinate representation of color #A4BC67: hue angle of 76.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4BC67 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB164188103-
CMYK0.1300.450.26
HSL76.94º38.81%57.06%-
HSV(B)76.94º45.21%73.73%-
XYZ35.7444.8419.6-
YUV171.1389.55122.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=36.04%
G=41.32%
B=22.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881030.1300.450.2676.9438.8157.06
HexA4BC67D02D1A4d2739
Octal24427414715055321154771
Binary1010010010111100110011111010101101110101001101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC67; }

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

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

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

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

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

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

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

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