Html Css Color HEX #A8AE50 Olive Green

📋 copy color: '#A8AE50'

red 168 ◦ green 174 ◦ blue 80

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

Shades of Olive Green #A8AE50

Tints of Olive Green #A8AE50

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

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

R = 39.81%
G = 41.23%
B = 18.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#A8AE50 (or 0xA8AE50) is known color: Olive Green. HEX triplet: A8, AE and 50. RGB value is (168,174,80). Sum of RGB (Red+Green+Blue) = 168+174+80=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE50 is #5751AF. Grayscale: #A1A1A1. Windows color (decimal): -5722544 or 5287592. OLE color: 5287592.

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

Color convert

RGB 168 174 80 -
CMYK 0.03 0 0.54 0.32
HSL 63.83º 0.37% 0.5% -
HSV(B) 63.83º 0.54% 0.68% -
XYZ 32.73 39.18 13.43 -
YUV 161.49 82.01 132.64 -
System Red Green Blue C M Y K H S L
Decimal 168 174 80 0.03 0 0.54 0.32 63.83 0.37 0.5
Hex A8 AE 50 3 0 36 20 40 25 32
Octal 250 256 120 3 0 66 40 100 45 62
Binary 10101000 10101110 1010000 11 0 110110 100000 1000000 100101 110010

Color Harmonies of #A8AE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE50

Black with #A8AE50

Text Example


Text Example

White with #A8AE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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