Html Css Color HEX #A8A850 Olive Green

📋 copy color: '#A8A850'

red 168 ◦ green 168 ◦ blue 80

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

Shades of Olive Green #A8A850

Tints of Olive Green #A8A850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 40.38%
G = 40.38%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A8A850 (or 0xA8A850) is known color: Olive Green. HEX triplet: A8, A8 and 50. RGB value is (168,168,80). Sum of RGB (Red+Green+Blue) = 168+168+80=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A850 is #5757AF. Grayscale: #9E9E9E. Windows color (decimal): -5724080 or 5286056. OLE color: 5286056.

HSL color Cylindrical-coordinate representation of color #A8A850: hue angle of 60º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8A850 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 168 80 -
CMYK 0 0 0.52 0.34
HSL 60º 0.35% 0.49% -
HSV(B) 60º 0.52% 0.66% -
XYZ 31.6 36.91 13.05 -
YUV 157.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 168 168 80 0 0 0.52 0.34 60 0.35 0.49
Hex A8 A8 50 0 0 34 22 3C 23 31
Octal 250 250 120 0 0 64 42 74 43 61
Binary 10101000 10101000 1010000 0 0 110100 100010 111100 100011 110001

Color Harmonies of #A8A850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A850

Black with #A8A850

Text Example


Text Example

White with #A8A850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A850; }

 p { color: rgb(168,168,80); }

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

background-color css

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

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

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

border-color css

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

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

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