#A5C267

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

Shades of Olivine #A5C267

Tints of Olivine #A5C267

Color information

#A5C267 (or 0xA5C267) is unknown color: approx Olivine. HEX triplet: A5, C2 and 67. RGB value is (165,194,103). Sum of RGB (Red+Green+Blue) = 165+194+103=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C267 is #5A3D98. Grayscale: #AFAFAF. Windows color (decimal): -5914009 or 6800037. OLE color: 6800037.

HSL color Cylindrical-coordinate representation of color #A5C267: hue angle of 79.12º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5C267 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB165194103-
CMYK0.1500.470.24
HSL79.12º42.72%58.24%-
HSV(B)79.12º46.91%76.08%-
XYZ37.2647.5620.05-
YUV174.9687.39120.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 194 (76.17% from 255) = 41.99%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=35.71%
G=41.99%
B=22.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941030.1500.470.2479.1242.7258.24
HexA5C267F02F184f2b3a
Octal24530214717057301175372
Binary1010010111000010110011111110101111110001001111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C267; }

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

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

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

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

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

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

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

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