#A8C863

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

Shades of Olivine #A8C863

Tints of Olivine #A8C863

Color information

#A8C863 (or 0xA8C863) is unknown color: approx Olivine. HEX triplet: A8, C8 and 63. RGB value is (168,200,99). Sum of RGB (Red+Green+Blue) = 168+200+99=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C863 is #57379C. Grayscale: #B3B3B3. Windows color (decimal): -5715869 or 6539432. OLE color: 6539432.

HSL color Cylindrical-coordinate representation of color #A8C863: hue angle of 79.01º 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 #A8C863 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB16820099-
CMYK0.1600.500.22
HSL79.01º47.87%58.63%-
HSV(B)79.01º50.5%78.43%-
XYZ39.0550.5319.5-
YUV178.9282.9120.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=35.97%
G=42.83%
B=21.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168200990.1600.500.2279.0147.8758.63
HexA8C86310032164f303b
Octal25031014320062261176073
Binary10101000110010001100011100000110010101101001111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C863; }

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

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

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

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

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

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

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

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