#A5C863

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

Shades of Olivine #A5C863

Tints of Olivine #A5C863

Color information

#A5C863 (or 0xA5C863) is unknown color: approx Olivine. HEX triplet: A5, C8 and 63. RGB value is (165,200,99). Sum of RGB (Red+Green+Blue) = 165+200+99=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C863 is #5A379C. Grayscale: #B2B2B2. Windows color (decimal): -5912477 or 6539429. OLE color: 6539429.

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

Color convert

RGB16520099-
CMYK0.1800.500.22
HSL80.79º47.87%58.63%-
HSV(B)80.79º50.5%78.43%-
XYZ38.4250.2119.47-
YUV178.0283.4118.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 200 (78.52% from 255) = 43.10%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=35.56%
G=43.10%
B=21.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165200990.1800.500.2280.7947.8758.63
HexA5C863120321651303b
Octal24531014322062261216073
Binary10100101110010001100011100100110010101101010001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C863; }

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

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

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

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

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

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

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

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