#AEBD60

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

Shades of Olive Green #AEBD60

Tints of Olive Green #AEBD60

Color information

#AEBD60 (or 0xAEBD60) is unknown color: approx Olive Green. HEX triplet: AE, BD and 60. RGB value is (174,189,96). Sum of RGB (Red+Green+Blue) = 174+189+96=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD60 is #51429F. Grayscale: #AEAEAE. Windows color (decimal): -5325472 or 6340014. OLE color: 6340014.

HSL color Cylindrical-coordinate representation of color #AEBD60: hue angle of 69.68º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEBD60 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB17418996-
CMYK0.0800.490.26
HSL69.68º41.33%55.88%-
HSV(B)69.68º49.21%74.12%-
XYZ37.7646.2418-
YUV173.9184.03128.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=37.91%
G=41.18%
B=20.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189960.0800.490.2669.6841.3355.88
HexAEBD6080311A462938
Octal25627514010061321065170
Binary1010111010111101110000010000110001110101000110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD60; }

 p { color: rgb(174,189,96); }

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

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

 a { background-color: rgb(174,189,96); }

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

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

 span { border-color: rgb(174,189,96); }

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