#A1BF67

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

Shades of Olivine #A1BF67

Tints of Olivine #A1BF67

Color information

#A1BF67 (or 0xA1BF67) is unknown color: approx Olivine. HEX triplet: A1, BF and 67. RGB value is (161,191,103). Sum of RGB (Red+Green+Blue) = 161+191+103=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF67 is #5E4098. Grayscale: #ACACAC. Windows color (decimal): -6176921 or 6799265. OLE color: 6799265.

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

Color convert

RGB161191103-
CMYK0.1600.460.25
HSL80.45º40.74%57.65%-
HSV(B)80.45º46.07%74.9%-
XYZ35.7845.8219.79-
YUV17289.06120.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=35.38%
G=41.98%
B=22.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911030.1600.460.2580.4540.7457.65
HexA1BF671002E1950293a
Octal24127714720056311205172
Binary10100001101111111100111100000101110110011010000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF67; }

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

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

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

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

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

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

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

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