Html Css Color HEX #AAB400 Citrus

📋 copy color: '#AAB400'

red 170 ◦ green 180 ◦ blue 0

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

Shades of Citrus #AAB400

Tints of Citrus #AAB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.43%

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

R = 48.57%
G = 51.43%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#AAB400 (or 0xAAB400) is known color: Citrus. HEX triplet: AA, B4 and 00. RGB value is (170,180,0). Sum of RGB (Red+Green+Blue) = 170+180+0=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB400 is #554BFF. Grayscale: #9D9D9D. Windows color (decimal): -5590016 or 46250. OLE color: 46250.

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

Color convert

RGB 170 180 0 -
CMYK 0.06 0 1 0.29
HSL 63.33º 1% 0.35% -
HSV(B) 63.33º 1% 0.71% -
XYZ 32.9 41.19 6.22 -
YUV 156.49 39.69 137.64 -
System Red Green Blue C M Y K H S L
Decimal 170 180 0 0.06 0 1 0.29 63.33 1 0.35
Hex AA B4 0 6 0 64 1D 3F 64 23
Octal 252 264 0 6 0 144 35 77 144 43
Binary 10101010 10110100 0 110 0 1100100 11101 111111 1100100 100011

Color Harmonies of #AAB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB400

Black with #AAB400

Text Example


Text Example

White with #AAB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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