Html Css Color HEX #AEB05D Olive Green

📋 copy color: '#AEB05D'

red 174 ◦ green 176 ◦ blue 93

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

Shades of Olive Green #AEB05D

Tints of Olive Green #AEB05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.73%

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 39.28%
G = 39.73%
B = 20.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AEB05D (or 0xAEB05D) is known color: Olive Green. HEX triplet: AE, B0 and 5D. RGB value is (174,176,93). Sum of RGB (Red+Green+Blue) = 174+176+93=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB05D is #514FA2. Grayscale: #A6A6A6. Windows color (decimal): -5328803 or 6140078. OLE color: 6140078.

HSL color Cylindrical-coordinate representation of color #AEB05D: hue angle of 61.45º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEB05D is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 176 93 -
CMYK 0.01 0 0.47 0.31
HSL 61.45º 0.34% 0.53% -
HSV(B) 61.45º 0.47% 0.69% -
XYZ 34.96 40.84 16.4 -
YUV 165.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 174 176 93 0.01 0 0.47 0.31 61.45 0.34 0.53
Hex AE B0 5D 1 0 2F 1F 3D 22 35
Octal 256 260 135 1 0 57 37 75 42 65
Binary 10101110 10110000 1011101 1 0 101111 11111 111101 100010 110101

Color Harmonies of #AEB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB05D

Black with #AEB05D

Text Example


Text Example

White with #AEB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB05D; }

 p { color: rgb(174,176,93); }

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

background-color css

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

 a { background-color: rgb(174,176,93); }

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

border-color css

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

 span { border-color: rgb(174,176,93); }

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