Html Css Color HEX #AAB80E Citrus

📋 copy color: '#AAB80E'

red 170 ◦ green 184 ◦ blue 14

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

Shades of Citrus #AAB80E

Tints of Citrus #AAB80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.8%

R = 46.2%
G = 50%
B = 3.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#AAB80E (or 0xAAB80E) is known color: Citrus. HEX triplet: AA, B8 and 0E. RGB value is (170,184,14). Sum of RGB (Red+Green+Blue) = 170+184+14=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB80E is #5547F1. Grayscale: #A1A1A1. Windows color (decimal): -5588978 or 964778. OLE color: 964778.

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

Color convert

RGB 170 184 14 -
CMYK 0.08 0 0.92 0.28
HSL 64.94º 0.86% 0.39% -
HSV(B) 64.94º 0.92% 0.72% -
XYZ 33.8 42.86 6.91 -
YUV 160.43 45.36 134.82 -
System Red Green Blue C M Y K H S L
Decimal 170 184 14 0.08 0 0.92 0.28 64.94 0.86 0.39
Hex AA B8 E 8 0 5C 1C 41 56 27
Octal 252 270 16 10 0 134 34 101 126 47
Binary 10101010 10111000 1110 1000 0 1011100 11100 1000001 1010110 100111

Color Harmonies of #AAB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB80E

Black with #AAB80E

Text Example


Text Example

White with #AAB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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