Html Css Color HEX #A8AD58 Olive Green

📋 copy color: '#A8AD58'

red 168 ◦ green 173 ◦ blue 88

#A8AD58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #A8AD58

Tints of Olive Green #A8AD58

RGB

 RED value IS 168 (66.02% from 255) = 39.16%

 GREEN value IS 173 (67.97% from 255) = 40.33%

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 39.16%
G = 40.33%
B = 20.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#A8AD58 (or 0xA8AD58) is known color: Olive Green. HEX triplet: A8, AD and 58. RGB value is (168,173,88). Sum of RGB (Red+Green+Blue) = 168+173+88=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD58 is #5752A7. Grayscale: #A2A2A2. Windows color (decimal): -5722792 or 5811624. OLE color: 5811624.

HSL color Cylindrical-coordinate representation of color #A8AD58: hue angle of 63.53º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8AD58 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 173 88 -
CMYK 0.03 0 0.49 0.32
HSL 63.53º 0.34% 0.51% -
HSV(B) 63.53º 0.49% 0.68% -
XYZ 32.85 38.92 15.01 -
YUV 161.82 86.34 132.41 -
System Red Green Blue C M Y K H S L
Decimal 168 173 88 0.03 0 0.49 0.32 63.53 0.34 0.51
Hex A8 AD 58 3 0 31 20 40 22 33
Octal 250 255 130 3 0 61 40 100 42 63
Binary 10101000 10101101 1011000 11 0 110001 100000 1000000 100010 110011

Color Harmonies of #A8AD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD58

Black with #A8AD58

Text Example


Text Example

White with #A8AD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD58; }

 p { color: rgb(168,173,88); }

 H1.HeaderClassName
 {
   color: #A8AD58;
 }
 .AnyTagClassName
 {
   color: #A8AD58;
 }
</style>

background-color css

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

 a { background-color: rgb(168,173,88); }

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

border-color css

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

 span { border-color: rgb(168,173,88); }

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