Html Css Color HEX #AAB801 Citrus

📋 copy color: '#AAB801'

red 170 ◦ green 184 ◦ blue 1

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

Shades of Citrus #AAB801

Tints of Citrus #AAB801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.89%
G = 51.83%
B = 0.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#AAB801 (or 0xAAB801) is known color: Citrus. HEX triplet: AA, B8 and 01. RGB value is (170,184,1). Sum of RGB (Red+Green+Blue) = 170+184+1=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB801 is #5547FE. Grayscale: #9F9F9F. Windows color (decimal): -5588991 or 112810. OLE color: 112810.

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

Color convert

RGB 170 184 1 -
CMYK 0.08 0 0.99 0.28
HSL 64.59º 0.99% 0.36% -
HSV(B) 64.59º 0.99% 0.72% -
XYZ 33.72 42.83 6.52 -
YUV 158.95 38.86 135.88 -
System Red Green Blue C M Y K H S L
Decimal 170 184 1 0.08 0 0.99 0.28 64.59 0.99 0.36
Hex AA B8 1 8 0 63 1C 41 63 24
Octal 252 270 1 10 0 143 34 101 143 44
Binary 10101010 10111000 1 1000 0 1100011 11100 1000001 1100011 100100

Color Harmonies of #AAB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB801

Black with #AAB801

Text Example


Text Example

White with #AAB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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