Html Css Color HEX #AAB80D Citrus

📋 copy color: '#AAB80D'

red 170 ◦ green 184 ◦ blue 13

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

Shades of Citrus #AAB80D

Tints of Citrus #AAB80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.54%

R = 46.32%
G = 50.14%
B = 3.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#AAB80D (or 0xAAB80D) is known color: Citrus. HEX triplet: AA, B8 and 0D. RGB value is (170,184,13). Sum of RGB (Red+Green+Blue) = 170+184+13=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB80D is #5547F2. Grayscale: #A0A0A0. Windows color (decimal): -5588979 or 899242. OLE color: 899242.

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

Color convert

RGB 170 184 13 -
CMYK 0.08 0 0.93 0.28
HSL 64.91º 0.87% 0.39% -
HSV(B) 64.91º 0.93% 0.72% -
XYZ 33.79 42.86 6.87 -
YUV 160.32 44.86 134.9 -
System Red Green Blue C M Y K H S L
Decimal 170 184 13 0.08 0 0.93 0.28 64.91 0.87 0.39
Hex AA B8 D 8 0 5D 1C 41 57 27
Octal 252 270 15 10 0 135 34 101 127 47
Binary 10101010 10111000 1101 1000 0 1011101 11100 1000001 1010111 100111

Color Harmonies of #AAB80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB80D

Black with #AAB80D

Text Example


Text Example

White with #AAB80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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