Html Css Color HEX #AEBA63 Olive Green

📋 copy color: '#AEBA63'

red 174 ◦ green 186 ◦ blue 99

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

Shades of Olive Green #AEBA63

Tints of Olive Green #AEBA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.57%

R = 37.91%
G = 40.52%
B = 21.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#AEBA63 (or 0xAEBA63) is known color: Olive Green. HEX triplet: AE, BA and 63. RGB value is (174,186,99). Sum of RGB (Red+Green+Blue) = 174+186+99=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA63 is #51459C. Grayscale: #ACACAC. Windows color (decimal): -5326237 or 6535854. OLE color: 6535854.

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

Color convert

RGB 174 186 99 -
CMYK 0.06 0 0.47 0.27
HSL 68.28º 0.39% 0.56% -
HSV(B) 68.28º 0.47% 0.73% -
XYZ 37.27 45.02 18.53 -
YUV 172.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 174 186 99 0.06 0 0.47 0.27 68.28 0.39 0.56
Hex AE BA 63 6 0 2F 1B 44 27 38
Octal 256 272 143 6 0 57 33 104 47 70
Binary 10101110 10111010 1100011 110 0 101111 11011 1000100 100111 111000

Color Harmonies of #AEBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA63

Black with #AEBA63

Text Example


Text Example

White with #AEBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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