Html Css Color HEX #AAB511 Citrus

📋 copy color: '#AAB511'

red 170 ◦ green 181 ◦ blue 17

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

Shades of Citrus #AAB511

Tints of Citrus #AAB511

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.18%

 BLUE value IS 17 (7.03% from 255) = 4.62%

R = 46.2%
G = 49.18%
B = 4.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#AAB511 (or 0xAAB511) is known color: Citrus. HEX triplet: AA, B5 and 11. RGB value is (170,181,17). Sum of RGB (Red+Green+Blue) = 170+181+17=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB511 is #554AEE. Grayscale: #9F9F9F. Windows color (decimal): -5589743 or 1160618. OLE color: 1160618.

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

Color convert

RGB 170 181 17 -
CMYK 0.06 0 0.91 0.29
HSL 64.02º 0.83% 0.39% -
HSV(B) 64.02º 0.91% 0.71% -
XYZ 33.2 41.63 6.82 -
YUV 159.02 47.86 135.84 -
System Red Green Blue C M Y K H S L
Decimal 170 181 17 0.06 0 0.91 0.29 64.02 0.83 0.39
Hex AA B5 11 6 0 5B 1D 40 53 27
Octal 252 265 21 6 0 133 35 100 123 47
Binary 10101010 10110101 10001 110 0 1011011 11101 1000000 1010011 100111

Color Harmonies of #AAB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB511

Black with #AAB511

Text Example


Text Example

White with #AAB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB511; }

 p { color: rgb(170,181,17); }

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

background-color css

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

 a { background-color: rgb(170,181,17); }

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

border-color css

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

 span { border-color: rgb(170,181,17); }

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