Html Css Color HEX #AAAB00 Citrus

📋 copy color: '#AAAB00'

red 170 ◦ green 171 ◦ blue 0

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

Shades of Citrus #AAAB00

Tints of Citrus #AAAB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.15%

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

R = 49.85%
G = 50.15%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AAAB00 (or 0xAAAB00) is known color: Citrus. HEX triplet: AA, AB and 00. RGB value is (170,171,0). Sum of RGB (Red+Green+Blue) = 170+171+0=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB00 is #5554FF. Grayscale: #979797. Windows color (decimal): -5592320 or 43946. OLE color: 43946.

HSL color Cylindrical-coordinate representation of color #AAAB00: hue angle of 60.35º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAAB00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 0 -
CMYK 0.01 0 1 0.33
HSL 60.35º 1% 0.34% -
HSV(B) 60.35º 1% 0.67% -
XYZ 31.14 37.67 5.63 -
YUV 151.21 42.67 141.4 -
System Red Green Blue C M Y K H S L
Decimal 170 171 0 0.01 0 1 0.33 60.35 1 0.34
Hex AA AB 0 1 0 64 21 3C 64 22
Octal 252 253 0 1 0 144 41 74 144 42
Binary 10101010 10101011 0 1 0 1100100 100001 111100 1100100 100010

Color Harmonies of #AAAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB00

Black with #AAAB00

Text Example


Text Example

White with #AAAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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