#A8B35D

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

Shades of Olive Green #A8B35D

Tints of Olive Green #A8B35D

Color information

#A8B35D (or 0xA8B35D) is unknown color: approx Olive Green. HEX triplet: A8, B3 and 5D. RGB value is (168,179,93). Sum of RGB (Red+Green+Blue) = 168+179+93=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B35D is #574CA2. Grayscale: #A6A6A6. Windows color (decimal): -5721251 or 6140840. OLE color: 6140840.

HSL color Cylindrical-coordinate representation of color #A8B35D: hue angle of 67.67º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8B35D is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB16817993-
CMYK0.0600.480.30
HSL67.67º36.13%53.33%-
HSV(B)67.67º48.04%70.2%-
XYZ34.2441.3616.53-
YUV165.9186.86129.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=38.18%
G=40.68%
B=21.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168179930.0600.480.3067.6736.1353.33
HexA8B35D60301E442435
Octal2502631356060361044465
Binary101010001011001110111011100110000111101000100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B35D; }

 p { color: rgb(168,179,93); }

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

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

 a { background-color: rgb(168,179,93); }

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

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

 span { border-color: rgb(168,179,93); }

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