Html Css Color HEX #AEBC65 Olive Green

📋 copy color: '#AEBC65'

red 174 ◦ green 188 ◦ blue 101

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

Shades of Olive Green #AEBC65

Tints of Olive Green #AEBC65

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

 BLUE value IS 101 (39.84% from 255) = 21.81%

R = 37.58%
G = 40.6%
B = 21.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#AEBC65 (or 0xAEBC65) is known color: Olive Green. HEX triplet: AE, BC and 65. RGB value is (174,188,101). Sum of RGB (Red+Green+Blue) = 174+188+101=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC65 is #51439A. Grayscale: #AEAEAE. Windows color (decimal): -5325723 or 6667438. OLE color: 6667438.

HSL color Cylindrical-coordinate representation of color #AEBC65: hue angle of 69.66º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEBC65 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 101 -
CMYK 0.07 0 0.46 0.26
HSL 69.66º 0.39% 0.57% -
HSV(B) 69.66º 0.46% 0.74% -
XYZ 37.79 45.9 19.18 -
YUV 173.9 86.86 128.07 -
System Red Green Blue C M Y K H S L
Decimal 174 188 101 0.07 0 0.46 0.26 69.66 0.39 0.57
Hex AE BC 65 7 0 2E 1A 46 27 39
Octal 256 274 145 7 0 56 32 106 47 71
Binary 10101110 10111100 1100101 111 0 101110 11010 1000110 100111 111001

Color Harmonies of #AEBC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC65

Black with #AEBC65

Text Example


Text Example

White with #AEBC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC65; }

 p { color: rgb(174,188,101); }

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

background-color css

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

 a { background-color: rgb(174,188,101); }

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

border-color css

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

 span { border-color: rgb(174,188,101); }

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