Html Css Color HEX #AAB800 Citrus

📋 copy color: '#AAB800'

red 170 ◦ green 184 ◦ blue 0

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

Shades of Citrus #AAB800

Tints of Citrus #AAB800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.98%

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

R = 48.02%
G = 51.98%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#AAB800 (or 0xAAB800) is known color: Citrus. HEX triplet: AA, B8 and 00. RGB value is (170,184,0). Sum of RGB (Red+Green+Blue) = 170+184+0=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB800 is #5547FF. Grayscale: #9F9F9F. Windows color (decimal): -5588992 or 47274. OLE color: 47274.

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

Color convert

RGB 170 184 0 -
CMYK 0.08 0 1 0.28
HSL 64.57º 1% 0.36% -
HSV(B) 64.57º 1% 0.72% -
XYZ 33.72 42.83 6.49 -
YUV 158.84 38.36 135.96 -
System Red Green Blue C M Y K H S L
Decimal 170 184 0 0.08 0 1 0.28 64.57 1 0.36
Hex AA B8 0 8 0 64 1C 41 64 24
Octal 252 270 0 10 0 144 34 101 144 44
Binary 10101010 10111000 0 1000 0 1100100 11100 1000001 1100100 100100

Color Harmonies of #AAB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB800

Black with #AAB800

Text Example


Text Example

White with #AAB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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