Html Css Color HEX #AAB403 Citrus

📋 copy color: '#AAB403'

red 170 ◦ green 180 ◦ blue 3

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

Shades of Citrus #AAB403

Tints of Citrus #AAB403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 48.16%
G = 50.99%
B = 0.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#AAB403 (or 0xAAB403) is known color: Citrus. HEX triplet: AA, B4 and 03. RGB value is (170,180,3). Sum of RGB (Red+Green+Blue) = 170+180+3=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB403 is #554BFC. Grayscale: #9D9D9D. Windows color (decimal): -5590013 or 242858. OLE color: 242858.

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

Color convert

RGB 170 180 3 -
CMYK 0.06 0 0.98 0.29
HSL 63.39º 0.97% 0.36% -
HSV(B) 63.39º 0.98% 0.71% -
XYZ 32.92 41.2 6.3 -
YUV 156.83 41.19 137.39 -
System Red Green Blue C M Y K H S L
Decimal 170 180 3 0.06 0 0.98 0.29 63.39 0.97 0.36
Hex AA B4 3 6 0 62 1D 3F 61 24
Octal 252 264 3 6 0 142 35 77 141 44
Binary 10101010 10110100 11 110 0 1100010 11101 111111 1100001 100100

Color Harmonies of #AAB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB403

Black with #AAB403

Text Example


Text Example

White with #AAB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB403; }

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

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

background-color css

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

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

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

border-color css

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

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

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