Html Css Color HEX #AAB90B Citrus

📋 copy color: '#AAB90B'

red 170 ◦ green 185 ◦ blue 11

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

Shades of Citrus #AAB90B

Tints of Citrus #AAB90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 46.45%
G = 50.55%
B = 3.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#AAB90B (or 0xAAB90B) is known color: Citrus. HEX triplet: AA, B9 and 0B. RGB value is (170,185,11). Sum of RGB (Red+Green+Blue) = 170+185+11=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB90B is #5546F4. Grayscale: #A1A1A1. Windows color (decimal): -5588725 or 768426. OLE color: 768426.

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

Color convert

RGB 170 185 11 -
CMYK 0.08 0 0.94 0.27
HSL 65.17º 0.89% 0.38% -
HSV(B) 65.17º 0.94% 0.73% -
XYZ 33.99 43.27 6.88 -
YUV 160.68 43.53 134.65 -
System Red Green Blue C M Y K H S L
Decimal 170 185 11 0.08 0 0.94 0.27 65.17 0.89 0.38
Hex AA B9 B 8 0 5E 1B 41 59 26
Octal 252 271 13 10 0 136 33 101 131 46
Binary 10101010 10111001 1011 1000 0 1011110 11011 1000001 1011001 100110

Color Harmonies of #AAB90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB90B

Black with #AAB90B

Text Example


Text Example

White with #AAB90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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