Html Css Color HEX #AAB90E Citrus

📋 copy color: '#AAB90E'

red 170 ◦ green 185 ◦ blue 14

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

Shades of Citrus #AAB90E

Tints of Citrus #AAB90E

RGB

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

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

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

R = 46.07%
G = 50.14%
B = 3.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#AAB90E (or 0xAAB90E) is known color: Citrus. HEX triplet: AA, B9 and 0E. RGB value is (170,185,14). Sum of RGB (Red+Green+Blue) = 170+185+14=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB90E is #5546F1. Grayscale: #A1A1A1. Windows color (decimal): -5588722 or 965034. OLE color: 965034.

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

Color convert

RGB 170 185 14 -
CMYK 0.08 0 0.92 0.27
HSL 65.26º 0.86% 0.39% -
HSV(B) 65.26º 0.92% 0.73% -
XYZ 34.01 43.28 6.98 -
YUV 161.02 45.03 134.4 -
System Red Green Blue C M Y K H S L
Decimal 170 185 14 0.08 0 0.92 0.27 65.26 0.86 0.39
Hex AA B9 E 8 0 5C 1B 41 56 27
Octal 252 271 16 10 0 134 33 101 126 47
Binary 10101010 10111001 1110 1000 0 1011100 11011 1000001 1010110 100111

Color Harmonies of #AAB90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB90E

Black with #AAB90E

Text Example


Text Example

White with #AAB90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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