Html Css Color HEX #AAB600 Citrus

📋 copy color: '#AAB600'

red 170 ◦ green 182 ◦ blue 0

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

Shades of Citrus #AAB600

Tints of Citrus #AAB600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.7%

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

R = 48.3%
G = 51.7%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#AAB600 (or 0xAAB600) is known color: Citrus. HEX triplet: AA, B6 and 00. RGB value is (170,182,0). Sum of RGB (Red+Green+Blue) = 170+182+0=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB600 is #5549FF. Grayscale: #9E9E9E. Windows color (decimal): -5589504 or 46762. OLE color: 46762.

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

Color convert

RGB 170 182 0 -
CMYK 0.07 0 1 0.29
HSL 63.96º 1% 0.36% -
HSV(B) 63.96º 1% 0.71% -
XYZ 33.31 42 6.35 -
YUV 157.66 39.02 136.8 -
System Red Green Blue C M Y K H S L
Decimal 170 182 0 0.07 0 1 0.29 63.96 1 0.36
Hex AA B6 0 7 0 64 1D 40 64 24
Octal 252 266 0 7 0 144 35 100 144 44
Binary 10101010 10110110 0 111 0 1100100 11101 1000000 1100100 100100

Color Harmonies of #AAB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB600

Black with #AAB600

Text Example


Text Example

White with #AAB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB600; }

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

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

background-color css

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

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

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

border-color css

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

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

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