Html Css Color HEX #AAB300 Citrus

📋 copy color: '#AAB300'

red 170 ◦ green 179 ◦ blue 0

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

Shades of Citrus #AAB300

Tints of Citrus #AAB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.29%

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

R = 48.71%
G = 51.29%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#AAB300 (or 0xAAB300) is known color: Citrus. HEX triplet: AA, B3 and 00. RGB value is (170,179,0). Sum of RGB (Red+Green+Blue) = 170+179+0=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB300 is #554CFF. Grayscale: #9C9C9C. Windows color (decimal): -5590272 or 45994. OLE color: 45994.

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

Color convert

RGB 170 179 0 -
CMYK 0.05 0 1 0.30
HSL 63.02º 1% 0.35% -
HSV(B) 63.02º 1% 0.7% -
XYZ 32.7 40.79 6.15 -
YUV 155.9 40.02 138.05 -
System Red Green Blue C M Y K H S L
Decimal 170 179 0 0.05 0 1 0.30 63.02 1 0.35
Hex AA B3 0 5 0 64 1E 3F 64 23
Octal 252 263 0 5 0 144 36 77 144 43
Binary 10101010 10110011 0 101 0 1100100 11110 111111 1100100 100011

Color Harmonies of #AAB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB300

Black with #AAB300

Text Example


Text Example

White with #AAB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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