Html Css Color HEX #AEB860 Olive Green

📋 copy color: '#AEB860'

red 174 ◦ green 184 ◦ blue 96

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

Shades of Olive Green #AEB860

Tints of Olive Green #AEB860

RGB

 RED value IS 174 (68.36% from 255) = 38.33%

 GREEN value IS 184 (72.27% from 255) = 40.53%

 BLUE value IS 96 (37.89% from 255) = 21.15%

R = 38.33%
G = 40.53%
B = 21.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#AEB860 (or 0xAEB860) is known color: Olive Green. HEX triplet: AE, B8 and 60. RGB value is (174,184,96). Sum of RGB (Red+Green+Blue) = 174+184+96=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB860 is #51479F. Grayscale: #ABABAB. Windows color (decimal): -5326752 or 6338734. OLE color: 6338734.

HSL color Cylindrical-coordinate representation of color #AEB860: hue angle of 66.82º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEB860 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 96 -
CMYK 0.05 0 0.48 0.28
HSL 66.82º 0.38% 0.55% -
HSV(B) 66.82º 0.48% 0.72% -
XYZ 36.71 44.12 17.65 -
YUV 170.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 174 184 96 0.05 0 0.48 0.28 66.82 0.38 0.55
Hex AE B8 60 5 0 30 1C 43 26 37
Octal 256 270 140 5 0 60 34 103 46 67
Binary 10101110 10111000 1100000 101 0 110000 11100 1000011 100110 110111

Color Harmonies of #AEB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB860

Black with #AEB860

Text Example


Text Example

White with #AEB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB860; }

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

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

background-color css

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

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

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

border-color css

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

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

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