Html Css Color HEX #AAB100 Citrus

📋 copy color: '#AAB100'

red 170 ◦ green 177 ◦ blue 0

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

Shades of Citrus #AAB100

Tints of Citrus #AAB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.01%

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

R = 48.99%
G = 51.01%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AAB100 (or 0xAAB100) is known color: Citrus. HEX triplet: AA, B1 and 00. RGB value is (170,177,0). Sum of RGB (Red+Green+Blue) = 170+177+0=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB100 is #554EFF. Grayscale: #9B9B9B. Windows color (decimal): -5590784 or 45482. OLE color: 45482.

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

Color convert

RGB 170 177 0 -
CMYK 0.04 0 1 0.31
HSL 62.37º 1% 0.35% -
HSV(B) 62.37º 1% 0.69% -
XYZ 32.3 39.99 6.02 -
YUV 154.73 40.68 138.89 -
System Red Green Blue C M Y K H S L
Decimal 170 177 0 0.04 0 1 0.31 62.37 1 0.35
Hex AA B1 0 4 0 64 1F 3E 64 23
Octal 252 261 0 4 0 144 37 76 144 43
Binary 10101010 10110001 0 100 0 1100100 11111 111110 1100100 100011

Color Harmonies of #AAB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB100

Black with #AAB100

Text Example


Text Example

White with #AAB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB100; }

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

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

background-color css

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

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

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

border-color css

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

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

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