Html Css Color HEX #AEB155 Olive Green

📋 copy color: '#AEB155'

red 174 ◦ green 177 ◦ blue 85

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

Shades of Olive Green #AEB155

Tints of Olive Green #AEB155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.6%

 BLUE value IS 85 (33.59% from 255) = 19.5%

R = 39.91%
G = 40.6%
B = 19.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AEB155 (or 0xAEB155) is known color: Olive Green. HEX triplet: AE, B1 and 55. RGB value is (174,177,85). Sum of RGB (Red+Green+Blue) = 174+177+85=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB155 is #514EAA. Grayscale: #A5A5A5. Windows color (decimal): -5328555 or 5616046. OLE color: 5616046.

HSL color Cylindrical-coordinate representation of color #AEB155: hue angle of 61.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEB155 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 177 85 -
CMYK 0.02 0 0.52 0.31
HSL 61.96º 0.37% 0.51% -
HSV(B) 61.96º 0.52% 0.69% -
XYZ 34.82 41.1 14.69 -
YUV 165.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 174 177 85 0.02 0 0.52 0.31 61.96 0.37 0.51
Hex AE B1 55 2 0 34 1F 3E 25 33
Octal 256 261 125 2 0 64 37 76 45 63
Binary 10101110 10110001 1010101 10 0 110100 11111 111110 100101 110011

Color Harmonies of #AEB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB155

Black with #AEB155

Text Example


Text Example

White with #AEB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB155; }

 p { color: rgb(174,177,85); }

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

background-color css

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

 a { background-color: rgb(174,177,85); }

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

border-color css

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

 span { border-color: rgb(174,177,85); }

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