#A9BE68

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

Shades of Olivine #A9BE68

Tints of Olivine #A9BE68

Color information

#A9BE68 (or 0xA9BE68) is unknown color: approx Olivine. HEX triplet: A9, BE and 68. RGB value is (169,190,104). Sum of RGB (Red+Green+Blue) = 169+190+104=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE68 is #564197. Grayscale: #AEAEAE. Windows color (decimal): -5652888 or 6864553. OLE color: 6864553.

HSL color Cylindrical-coordinate representation of color #A9BE68: hue angle of 74.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9BE68 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB169190104-
CMYK0.1100.450.25
HSL74.65º39.81%57.65%-
HSV(B)74.65º45.26%74.51%-
XYZ37.2746.2620.06-
YUV173.9288.54124.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=36.50%
G=41.04%
B=22.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901040.1100.450.2574.6539.8157.65
HexA9BE68B02D194b283a
Octal25127615013055311135072
Binary1010100110111110110100010110101101110011001011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BE68; }

 p { color: rgb(169,190,104); }

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

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

 a { background-color: rgb(169,190,104); }

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

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

 span { border-color: rgb(169,190,104); }

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