Html Css Color HEX #AEBA64 Olive Green

📋 copy color: '#AEBA64'

red 174 ◦ green 186 ◦ blue 100

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

Shades of Olive Green #AEBA64

Tints of Olive Green #AEBA64

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 100 (39.45% from 255) = 21.74%

R = 37.83%
G = 40.43%
B = 21.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#AEBA64 (or 0xAEBA64) is known color: Olive Green. HEX triplet: AE, BA and 64. RGB value is (174,186,100). Sum of RGB (Red+Green+Blue) = 174+186+100=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA64 is #51459B. Grayscale: #ACACAC. Windows color (decimal): -5326236 or 6601390. OLE color: 6601390.

HSL color Cylindrical-coordinate representation of color #AEBA64: hue angle of 68.37º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEBA64 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 100 -
CMYK 0.06 0 0.46 0.27
HSL 68.37º 0.38% 0.56% -
HSV(B) 68.37º 0.46% 0.73% -
XYZ 37.31 45.04 18.78 -
YUV 172.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 174 186 100 0.06 0 0.46 0.27 68.37 0.38 0.56
Hex AE BA 64 6 0 2E 1B 44 26 38
Octal 256 272 144 6 0 56 33 104 46 70
Binary 10101110 10111010 1100100 110 0 101110 11011 1000100 100110 111000

Color Harmonies of #AEBA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA64

Black with #AEBA64

Text Example


Text Example

White with #AEBA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA64; }

 p { color: rgb(174,186,100); }

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

background-color css

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

 a { background-color: rgb(174,186,100); }

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

border-color css

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

 span { border-color: rgb(174,186,100); }

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