Html Css Color HEX #AAB90D Citrus

📋 copy color: '#AAB90D'

red 170 ◦ green 185 ◦ blue 13

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

Shades of Citrus #AAB90D

Tints of Citrus #AAB90D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.27%

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

R = 46.2%
G = 50.27%
B = 3.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#AAB90D (or 0xAAB90D) is known color: Citrus. HEX triplet: AA, B9 and 0D. RGB value is (170,185,13). Sum of RGB (Red+Green+Blue) = 170+185+13=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB90D is #5546F2. Grayscale: #A1A1A1. Windows color (decimal): -5588723 or 899498. OLE color: 899498.

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

Color convert

RGB 170 185 13 -
CMYK 0.08 0 0.93 0.27
HSL 65.23º 0.87% 0.39% -
HSV(B) 65.23º 0.93% 0.73% -
XYZ 34 43.27 6.94 -
YUV 160.91 44.53 134.49 -
System Red Green Blue C M Y K H S L
Decimal 170 185 13 0.08 0 0.93 0.27 65.23 0.87 0.39
Hex AA B9 D 8 0 5D 1B 41 57 27
Octal 252 271 15 10 0 135 33 101 127 47
Binary 10101010 10111001 1101 1000 0 1011101 11011 1000001 1010111 100111

Color Harmonies of #AAB90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB90D

Black with #AAB90D

Text Example


Text Example

White with #AAB90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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