Html Css Color HEX #AAB80A Citrus

📋 copy color: '#AAB80A'

red 170 ◦ green 184 ◦ blue 10

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

Shades of Citrus #AAB80A

Tints of Citrus #AAB80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.55%

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

R = 46.7%
G = 50.55%
B = 2.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#AAB80A (or 0xAAB80A) is known color: Citrus. HEX triplet: AA, B8 and 0A. RGB value is (170,184,10). Sum of RGB (Red+Green+Blue) = 170+184+10=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB80A is #5547F5. Grayscale: #A0A0A0. Windows color (decimal): -5588982 or 702634. OLE color: 702634.

HSL color Cylindrical-coordinate representation of color #AAB80A: hue angle of 64.83º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAB80A is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 10 -
CMYK 0.08 0 0.95 0.28
HSL 64.83º 0.9% 0.38% -
HSV(B) 64.83º 0.95% 0.72% -
XYZ 33.77 42.85 6.78 -
YUV 159.98 43.36 135.15 -
System Red Green Blue C M Y K H S L
Decimal 170 184 10 0.08 0 0.95 0.28 64.83 0.9 0.38
Hex AA B8 A 8 0 5F 1C 41 5A 26
Octal 252 270 12 10 0 137 34 101 132 46
Binary 10101010 10111000 1010 1000 0 1011111 11100 1000001 1011010 100110

Color Harmonies of #AAB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB80A

Black with #AAB80A

Text Example


Text Example

White with #AAB80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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