Html Css Color HEX #AEB353 Olive Green

📋 copy color: '#AEB353'

red 174 ◦ green 179 ◦ blue 83

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

Shades of Olive Green #AEB353

Tints of Olive Green #AEB353

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 39.91%
G = 41.06%
B = 19.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#AEB353 (or 0xAEB353) is known color: Olive Green. HEX triplet: AE, B3 and 53. RGB value is (174,179,83). Sum of RGB (Red+Green+Blue) = 174+179+83=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB353 is #514CAC. Grayscale: #A6A6A6. Windows color (decimal): -5328045 or 5485486. OLE color: 5485486.

HSL color Cylindrical-coordinate representation of color #AEB353: hue angle of 63.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEB353 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 83 -
CMYK 0.03 0 0.54 0.30
HSL 63.13º 0.39% 0.51% -
HSV(B) 63.13º 0.54% 0.7% -
XYZ 35.14 41.86 14.41 -
YUV 166.56 80.84 133.31 -
System Red Green Blue C M Y K H S L
Decimal 174 179 83 0.03 0 0.54 0.30 63.13 0.39 0.51
Hex AE B3 53 3 0 36 1E 3F 27 33
Octal 256 263 123 3 0 66 36 77 47 63
Binary 10101110 10110011 1010011 11 0 110110 11110 111111 100111 110011

Color Harmonies of #AEB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB353

Black with #AEB353

Text Example


Text Example

White with #AEB353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB353; }

 p { color: rgb(174,179,83); }

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

background-color css

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

 a { background-color: rgb(174,179,83); }

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

border-color css

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

 span { border-color: rgb(174,179,83); }

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