Html Css Color HEX #AEB85A Olive Green

📋 copy color: '#AEB85A'

red 174 ◦ green 184 ◦ blue 90

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

Shades of Olive Green #AEB85A

Tints of Olive Green #AEB85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.07%

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 38.84%
G = 41.07%
B = 20.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#AEB85A (or 0xAEB85A) is known color: Olive Green. HEX triplet: AE, B8 and 5A. RGB value is (174,184,90). Sum of RGB (Red+Green+Blue) = 174+184+90=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB85A is #5147A5. Grayscale: #AAAAAA. Windows color (decimal): -5326758 or 5945518. OLE color: 5945518.

HSL color Cylindrical-coordinate representation of color #AEB85A: hue angle of 66.38º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEB85A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 90 -
CMYK 0.05 0 0.51 0.28
HSL 66.38º 0.4% 0.54% -
HSV(B) 66.38º 0.51% 0.72% -
XYZ 36.44 44.02 16.25 -
YUV 170.29 82.69 130.64 -
System Red Green Blue C M Y K H S L
Decimal 174 184 90 0.05 0 0.51 0.28 66.38 0.4 0.54
Hex AE B8 5A 5 0 33 1C 42 28 36
Octal 256 270 132 5 0 63 34 102 50 66
Binary 10101110 10111000 1011010 101 0 110011 11100 1000010 101000 110110

Color Harmonies of #AEB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB85A

Black with #AEB85A

Text Example


Text Example

White with #AEB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB85A; }

 p { color: rgb(174,184,90); }

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

background-color css

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

 a { background-color: rgb(174,184,90); }

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

border-color css

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

 span { border-color: rgb(174,184,90); }

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