#A4BC65

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

Shades of Olivine #A4BC65

Tints of Olivine #A4BC65

Color information

#A4BC65 (or 0xA4BC65) is unknown color: approx Olivine. HEX triplet: A4, BC and 65. RGB value is (164,188,101). Sum of RGB (Red+Green+Blue) = 164+188+101=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC65 is #5B439A. Grayscale: #ABABAB. Windows color (decimal): -5981083 or 6667428. OLE color: 6667428.

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

Color convert

RGB164188101-
CMYK0.1300.460.26
HSL76.55º39.37%56.67%-
HSV(B)76.55º46.28%73.73%-
XYZ35.6444.819.08-
YUV170.9188.55123.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=36.20%
G=41.50%
B=22.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881010.1300.460.2676.5539.3756.67
HexA4BC65D02E1A4d2739
Octal24427414515056321154771
Binary1010010010111100110010111010101110110101001101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC65; }

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

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

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

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

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

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

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

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