#A5BF67

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

Shades of Olivine #A5BF67

Tints of Olivine #A5BF67

Color information

#A5BF67 (or 0xA5BF67) is unknown color: approx Olivine. HEX triplet: A5, BF and 67. RGB value is (165,191,103). Sum of RGB (Red+Green+Blue) = 165+191+103=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF67 is #5A4098. Grayscale: #ADADAD. Windows color (decimal): -5914777 or 6799269. OLE color: 6799269.

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

Color convert

RGB165191103-
CMYK0.1400.460.25
HSL77.73º40.74%57.65%-
HSV(B)77.73º46.07%74.9%-
XYZ36.646.2419.83-
YUV173.1988.39122.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=35.95%
G=41.61%
B=22.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651911030.1400.460.2577.7340.7457.65
HexA5BF67E02E194e293a
Octal24527714716056311165172
Binary1010010110111111110011111100101110110011001110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BF67; }

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

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

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

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

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

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

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

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