Html Css Color HEX #AAB90F Citrus

📋 copy color: '#AAB90F'

red 170 ◦ green 185 ◦ blue 15

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

Shades of Citrus #AAB90F

Tints of Citrus #AAB90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.05%

R = 45.95%
G = 50%
B = 4.05%

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

#AAB90F (or 0xAAB90F) is known color: Citrus. HEX triplet: AA, B9 and 0F. RGB value is (170,185,15). Sum of RGB (Red+Green+Blue) = 170+185+15=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB90F is #5546F0. Grayscale: #A1A1A1. Windows color (decimal): -5588721 or 1030570. OLE color: 1030570.

HSL color Cylindrical-coordinate representation of color #AAB90F: hue angle of 65.29º degrees, saturation: 0.85, 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 #AAB90F is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 15 -
CMYK 0.08 0 0.92 0.27
HSL 65.29º 0.85% 0.39% -
HSV(B) 65.29º 0.92% 0.73% -
XYZ 34.01 43.28 7.01 -
YUV 161.14 45.53 134.32 -
System Red Green Blue C M Y K H S L
Decimal 170 185 15 0.08 0 0.92 0.27 65.29 0.85 0.39
Hex AA B9 F 8 0 5C 1B 41 55 27
Octal 252 271 17 10 0 134 33 101 125 47
Binary 10101010 10111001 1111 1000 0 1011100 11011 1000001 1010101 100111

Color Harmonies of #AAB90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB90F

Black with #AAB90F

Text Example


Text Example

White with #AAB90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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