#A5C867

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

Shades of Olivine #A5C867

Tints of Olivine #A5C867

Color information

#A5C867 (or 0xA5C867) is unknown color: approx Olivine. HEX triplet: A5, C8 and 67. RGB value is (165,200,103). Sum of RGB (Red+Green+Blue) = 165+200+103=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C867 is #5A3798. Grayscale: #B2B2B2. Windows color (decimal): -5912473 or 6801573. OLE color: 6801573.

HSL color Cylindrical-coordinate representation of color #A5C867: hue angle of 81.65º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5C867 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB165200103-
CMYK0.1800.480.22
HSL81.65º46.86%59.41%-
HSV(B)81.65º48.5%78.43%-
XYZ38.6250.2920.5-
YUV178.4885.4118.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 200 (78.52% from 255) = 42.74%
BLUE value IS 103 (40.62% from 255) = 22.01%
R=35.26%
G=42.74%
B=22.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1652001030.1800.480.2281.6546.8659.41
HexA5C8671203016522f3b
Octal24531014722060261225773
Binary10100101110010001100111100100110000101101010010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C867; }

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

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

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

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

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

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

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

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