Html Css Color HEX #AEB65A Olive Green

📋 copy color: '#AEB65A'

red 174 ◦ green 182 ◦ blue 90

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

Shades of Olive Green #AEB65A

Tints of Olive Green #AEB65A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.81%

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

R = 39.01%
G = 40.81%
B = 20.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#AEB65A (or 0xAEB65A) is known color: Olive Green. HEX triplet: AE, B6 and 5A. RGB value is (174,182,90). Sum of RGB (Red+Green+Blue) = 174+182+90=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB65A is #5149A5. Grayscale: #A9A9A9. Windows color (decimal): -5327270 or 5945006. OLE color: 5945006.

HSL color Cylindrical-coordinate representation of color #AEB65A: hue angle of 65.22º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEB65A is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 182 90 -
CMYK 0.04 0 0.51 0.29
HSL 65.22º 0.39% 0.53% -
HSV(B) 65.22º 0.51% 0.71% -
XYZ 36.03 43.19 16.11 -
YUV 169.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 174 182 90 0.04 0 0.51 0.29 65.22 0.39 0.53
Hex AE B6 5A 4 0 33 1D 41 27 35
Octal 256 266 132 4 0 63 35 101 47 65
Binary 10101110 10110110 1011010 100 0 110011 11101 1000001 100111 110101

Color Harmonies of #AEB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB65A

Black with #AEB65A

Text Example


Text Example

White with #AEB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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