Html Css Color HEX #AAB90C Citrus

📋 copy color: '#AAB90C'

red 170 ◦ green 185 ◦ blue 12

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

Shades of Citrus #AAB90C

Tints of Citrus #AAB90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.27%

R = 46.32%
G = 50.41%
B = 3.27%

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

#AAB90C (or 0xAAB90C) is known color: Citrus. HEX triplet: AA, B9 and 0C. RGB value is (170,185,12). Sum of RGB (Red+Green+Blue) = 170+185+12=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB90C is #5546F3. Grayscale: #A1A1A1. Windows color (decimal): -5588724 or 833962. OLE color: 833962.

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

Color convert

RGB 170 185 12 -
CMYK 0.08 0 0.94 0.27
HSL 65.2º 0.88% 0.39% -
HSV(B) 65.2º 0.94% 0.73% -
XYZ 33.99 43.27 6.91 -
YUV 160.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 170 185 12 0.08 0 0.94 0.27 65.2 0.88 0.39
Hex AA B9 C 8 0 5E 1B 41 58 27
Octal 252 271 14 10 0 136 33 101 130 47
Binary 10101010 10111001 1100 1000 0 1011110 11011 1000001 1011000 100111

Color Harmonies of #AAB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB90C

Black with #AAB90C

Text Example


Text Example

White with #AAB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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