#A2BF67

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

Shades of Olivine #A2BF67

Tints of Olivine #A2BF67

Color information

#A2BF67 (or 0xA2BF67) is unknown color: approx Olivine. HEX triplet: A2, BF and 67. RGB value is (162,191,103). Sum of RGB (Red+Green+Blue) = 162+191+103=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF67 is #5D4098. Grayscale: #ACACAC. Windows color (decimal): -6111385 or 6799266. OLE color: 6799266.

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

Color convert

RGB162191103-
CMYK0.1500.460.25
HSL79.77º40.74%57.65%-
HSV(B)79.77º46.07%74.9%-
XYZ35.9845.9219.8-
YUV172.388.89120.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=35.53%
G=41.89%
B=22.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621911030.1500.460.2579.7740.7457.65
HexA2BF67F02E1950293a
Octal24227714717056311205172
Binary1010001010111111110011111110101110110011010000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BF67; }

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

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

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

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

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

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

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

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