Html Css Color HEX #AAB50A Citrus

📋 copy color: '#AAB50A'

red 170 ◦ green 181 ◦ blue 10

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

Shades of Citrus #AAB50A

Tints of Citrus #AAB50A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.14%

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 47.09%
G = 50.14%
B = 2.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#AAB50A (or 0xAAB50A) is known color: Citrus. HEX triplet: AA, B5 and 0A. RGB value is (170,181,10). Sum of RGB (Red+Green+Blue) = 170+181+10=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB50A is #554AF5. Grayscale: #9E9E9E. Windows color (decimal): -5589750 or 701866. OLE color: 701866.

HSL color Cylindrical-coordinate representation of color #AAB50A: hue angle of 63.86º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAB50A is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 10 -
CMYK 0.06 0 0.94 0.29
HSL 63.86º 0.9% 0.37% -
HSV(B) 63.86º 0.94% 0.71% -
XYZ 33.16 41.62 6.57 -
YUV 158.22 44.36 136.4 -
System Red Green Blue C M Y K H S L
Decimal 170 181 10 0.06 0 0.94 0.29 63.86 0.9 0.37
Hex AA B5 A 6 0 5E 1D 40 5A 25
Octal 252 265 12 6 0 136 35 100 132 45
Binary 10101010 10110101 1010 110 0 1011110 11101 1000000 1011010 100101

Color Harmonies of #AAB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB50A

Black with #AAB50A

Text Example


Text Example

White with #AAB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB50A; }

 p { color: rgb(170,181,10); }

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

background-color css

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

 a { background-color: rgb(170,181,10); }

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

border-color css

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

 span { border-color: rgb(170,181,10); }

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