#A8C96A

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

Shades of Olivine #A8C96A

Tints of Olivine #A8C96A

Color information

#A8C96A (or 0xA8C96A) is unknown color: approx Olivine. HEX triplet: A8, C9 and 6A. RGB value is (168,201,106). Sum of RGB (Red+Green+Blue) = 168+201+106=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C96A is #573695. Grayscale: #B4B4B4. Windows color (decimal): -5715606 or 6998440. OLE color: 6998440.

HSL color Cylindrical-coordinate representation of color #A8C96A: hue angle of 80.84º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8C96A is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB168201106-
CMYK0.1600.470.21
HSL80.84º46.8%60.2%-
HSV(B)80.84º47.26%78.82%-
XYZ39.6451.1421.42-
YUV180.386.07119.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=35.37%
G=42.32%
B=22.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011060.1600.470.2180.8446.860.2
HexA8C96A1002F15512f3c
Octal25031115220057251215774
Binary10101000110010011101010100000101111101011010001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C96A; }

 p { color: rgb(168,201,106); }

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

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

 a { background-color: rgb(168,201,106); }

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

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

 span { border-color: rgb(168,201,106); }

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