#A8BD68

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

Shades of Olivine #A8BD68

Tints of Olivine #A8BD68

Color information

#A8BD68 (or 0xA8BD68) is unknown color: approx Olivine. HEX triplet: A8, BD and 68. RGB value is (168,189,104). Sum of RGB (Red+Green+Blue) = 168+189+104=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD68 is #574297. Grayscale: #ADADAD. Windows color (decimal): -5718680 or 6864296. OLE color: 6864296.

HSL color Cylindrical-coordinate representation of color #A8BD68: hue angle of 74.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8BD68 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB168189104-
CMYK0.1100.450.26
HSL74.82º39.17%57.45%-
HSV(B)74.82º44.97%74.12%-
XYZ36.8445.7219.98-
YUV173.0389.04124.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=36.44%
G=41.00%
B=22.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681891040.1100.450.2674.8239.1757.45
HexA8BD68B02D1A4b2739
Octal25027515013055321134771
Binary1010100010111101110100010110101101110101001011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD68; }

 p { color: rgb(168,189,104); }

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

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

 a { background-color: rgb(168,189,104); }

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

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

 span { border-color: rgb(168,189,104); }

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