Html Css Color HEX #AAB058 Olive Green

📋 copy color: '#AAB058'

red 170 ◦ green 176 ◦ blue 88

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

Shades of Olive Green #AAB058

Tints of Olive Green #AAB058

RGB

 RED value IS 170 (66.8% from 255) = 39.17%

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

 BLUE value IS 88 (34.77% from 255) = 20.28%

R = 39.17%
G = 40.55%
B = 20.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AAB058 (or 0xAAB058) is known color: Olive Green. HEX triplet: AA, B0 and 58. RGB value is (170,176,88). Sum of RGB (Red+Green+Blue) = 170+176+88=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB058 is #554FA7. Grayscale: #A4A4A4. Windows color (decimal): -5590952 or 5812394. OLE color: 5812394.

HSL color Cylindrical-coordinate representation of color #AAB058: hue angle of 64.09º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB058 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 88 -
CMYK 0.03 0 0.50 0.31
HSL 64.09º 0.36% 0.52% -
HSV(B) 64.09º 0.5% 0.69% -
XYZ 33.86 40.3 15.23 -
YUV 164.17 85.01 132.16 -
System Red Green Blue C M Y K H S L
Decimal 170 176 88 0.03 0 0.50 0.31 64.09 0.36 0.52
Hex AA B0 58 3 0 32 1F 40 24 34
Octal 252 260 130 3 0 62 37 100 44 64
Binary 10101010 10110000 1011000 11 0 110010 11111 1000000 100100 110100

Color Harmonies of #AAB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB058

Black with #AAB058

Text Example


Text Example

White with #AAB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB058; }

 p { color: rgb(170,176,88); }

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

background-color css

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

 a { background-color: rgb(170,176,88); }

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

border-color css

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

 span { border-color: rgb(170,176,88); }

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