Html Css Color HEX #AEB959 Olive Green

📋 copy color: '#AEB959'

red 174 ◦ green 185 ◦ blue 89

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

Shades of Olive Green #AEB959

Tints of Olive Green #AEB959

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.29%

 BLUE value IS 89 (35.16% from 255) = 19.87%

R = 38.84%
G = 41.29%
B = 19.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#AEB959 (or 0xAEB959) is known color: Olive Green. HEX triplet: AE, B9 and 59. RGB value is (174,185,89). Sum of RGB (Red+Green+Blue) = 174+185+89=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB959 is #5146A6. Grayscale: #ABABAB. Windows color (decimal): -5326503 or 5880238. OLE color: 5880238.

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

Color convert

RGB 174 185 89 -
CMYK 0.06 0 0.52 0.27
HSL 66.87º 0.41% 0.54% -
HSV(B) 66.87º 0.52% 0.73% -
XYZ 36.61 44.42 16.1 -
YUV 170.77 81.86 130.31 -
System Red Green Blue C M Y K H S L
Decimal 174 185 89 0.06 0 0.52 0.27 66.87 0.41 0.54
Hex AE B9 59 6 0 34 1B 43 29 36
Octal 256 271 131 6 0 64 33 103 51 66
Binary 10101110 10111001 1011001 110 0 110100 11011 1000011 101001 110110

Color Harmonies of #AEB959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB959

Black with #AEB959

Text Example


Text Example

White with #AEB959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB959; }

 p { color: rgb(174,185,89); }

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

background-color css

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

 a { background-color: rgb(174,185,89); }

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

border-color css

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

 span { border-color: rgb(174,185,89); }

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