#A1BF69

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

Shades of Olivine #A1BF69

Tints of Olivine #A1BF69

Color information

#A1BF69 (or 0xA1BF69) is unknown color: approx Olivine. HEX triplet: A1, BF and 69. RGB value is (161,191,105). Sum of RGB (Red+Green+Blue) = 161+191+105=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF69 is #5E4096. Grayscale: #ACACAC. Windows color (decimal): -6176919 or 6930337. OLE color: 6930337.

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

Color convert

RGB161191105-
CMYK0.1600.450.25
HSL80.93º40.19%58.04%-
HSV(B)80.93º45.03%74.9%-
XYZ35.8845.8620.33-
YUV172.2390.06119.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=35.23%
G=41.79%
B=22.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911050.1600.450.2580.9340.1958.04
HexA1BF691002D1951283a
Octal24127715120055311215072
Binary10100001101111111101001100000101101110011010001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF69; }

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

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

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

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

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

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

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

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