#A9BF69

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

Shades of Olivine #A9BF69

Tints of Olivine #A9BF69

Color information

#A9BF69 (or 0xA9BF69) is unknown color: approx Olivine. HEX triplet: A9, BF and 69. RGB value is (169,191,105). Sum of RGB (Red+Green+Blue) = 169+191+105=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF69 is #564096. Grayscale: #AEAEAE. Windows color (decimal): -5652631 or 6930345. OLE color: 6930345.

HSL color Cylindrical-coordinate representation of color #A9BF69: hue angle of 75.35º 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 #A9BF69 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB169191105-
CMYK0.1200.450.25
HSL75.35º40.19%58.04%-
HSV(B)75.35º45.03%74.9%-
XYZ37.5446.7220.4-
YUV174.6288.71123.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=36.34%
G=41.08%
B=22.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691911050.1200.450.2575.3540.1958.04
HexA9BF69C02D194b283a
Octal25127715114055311135072
Binary1010100110111111110100111000101101110011001011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BF69; }

 p { color: rgb(169,191,105); }

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

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

 a { background-color: rgb(169,191,105); }

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

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

 span { border-color: rgb(169,191,105); }

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