Html Css Color HEX #AAB101 Citrus

📋 copy color: '#AAB101'

red 170 ◦ green 177 ◦ blue 1

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

Shades of Citrus #AAB101

Tints of Citrus #AAB101

RGB

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

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

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

R = 48.85%
G = 50.86%
B = 0.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AAB101 (or 0xAAB101) is known color: Citrus. HEX triplet: AA, B1 and 01. RGB value is (170,177,1). Sum of RGB (Red+Green+Blue) = 170+177+1=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB101 is #554EFE. Grayscale: #9B9B9B. Windows color (decimal): -5590783 or 111018. OLE color: 111018.

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

Color convert

RGB 170 177 1 -
CMYK 0.04 0 0.99 0.31
HSL 62.39º 0.99% 0.35% -
HSV(B) 62.39º 0.99% 0.69% -
XYZ 32.31 39.99 6.05 -
YUV 154.84 41.18 138.81 -
System Red Green Blue C M Y K H S L
Decimal 170 177 1 0.04 0 0.99 0.31 62.39 0.99 0.35
Hex AA B1 1 4 0 63 1F 3E 63 23
Octal 252 261 1 4 0 143 37 76 143 43
Binary 10101010 10110001 1 100 0 1100011 11111 111110 1100011 100011

Color Harmonies of #AAB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB101

Black with #AAB101

Text Example


Text Example

White with #AAB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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