Html Css Color HEX #AAB900 Citrus

📋 copy color: '#AAB900'

red 170 ◦ green 185 ◦ blue 0

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

Shades of Citrus #AAB900

Tints of Citrus #AAB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.89%
G = 52.11%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#AAB900 (or 0xAAB900) is known color: Citrus. HEX triplet: AA, B9 and 00. RGB value is (170,185,0). Sum of RGB (Red+Green+Blue) = 170+185+0=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB900 is #5546FF. Grayscale: #A0A0A0. Windows color (decimal): -5588736 or 47530. OLE color: 47530.

HSL color Cylindrical-coordinate representation of color #AAB900: hue angle of 64.86º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAB900 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 0 -
CMYK 0.08 0 1 0.27
HSL 64.86º 1% 0.36% -
HSV(B) 64.86º 1% 0.73% -
XYZ 33.93 43.24 6.56 -
YUV 159.43 38.03 135.54 -
System Red Green Blue C M Y K H S L
Decimal 170 185 0 0.08 0 1 0.27 64.86 1 0.36
Hex AA B9 0 8 0 64 1B 41 64 24
Octal 252 271 0 10 0 144 33 101 144 44
Binary 10101010 10111001 0 1000 0 1100100 11011 1000001 1100100 100100

Color Harmonies of #AAB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB900

Black with #AAB900

Text Example


Text Example

White with #AAB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB900; }

 p { color: rgb(170,185,0); }

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

background-color css

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

 a { background-color: rgb(170,185,0); }

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

border-color css

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

 span { border-color: rgb(170,185,0); }

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