#A5BC67

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

Shades of Olivine #A5BC67

Tints of Olivine #A5BC67

Color information

#A5BC67 (or 0xA5BC67) is unknown color: approx Olivine. HEX triplet: A5, BC and 67. RGB value is (165,188,103). Sum of RGB (Red+Green+Blue) = 165+188+103=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC67 is #5A4398. Grayscale: #ABABAB. Windows color (decimal): -5915545 or 6798501. OLE color: 6798501.

HSL color Cylindrical-coordinate representation of color #A5BC67: hue angle of 76.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5BC67 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB165188103-
CMYK0.1200.450.26
HSL76.24º38.81%57.06%-
HSV(B)76.24º45.21%73.73%-
XYZ35.9544.9519.61-
YUV171.4389.38123.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 188 (73.83% from 255) = 41.23%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=36.18%
G=41.23%
B=22.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881030.1200.450.2676.2438.8157.06
HexA5BC67C02D1A4c2739
Octal24527414714055321144771
Binary1010010110111100110011111000101101110101001100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC67; }

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

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

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

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

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

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

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

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