Html Css Color HEX #AAB80F Citrus

📋 copy color: '#AAB80F'

red 170 ◦ green 184 ◦ blue 15

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

Shades of Citrus #AAB80F

Tints of Citrus #AAB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.86%

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

R = 46.07%
G = 49.86%
B = 4.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#AAB80F (or 0xAAB80F) is known color: Citrus. HEX triplet: AA, B8 and 0F. RGB value is (170,184,15). Sum of RGB (Red+Green+Blue) = 170+184+15=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB80F is #5547F0. Grayscale: #A1A1A1. Windows color (decimal): -5588977 or 1030314. OLE color: 1030314.

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

Color convert

RGB 170 184 15 -
CMYK 0.08 0 0.92 0.28
HSL 64.97º 0.85% 0.39% -
HSV(B) 64.97º 0.92% 0.72% -
XYZ 33.8 42.86 6.94 -
YUV 160.55 45.86 134.74 -
System Red Green Blue C M Y K H S L
Decimal 170 184 15 0.08 0 0.92 0.28 64.97 0.85 0.39
Hex AA B8 F 8 0 5C 1C 41 55 27
Octal 252 270 17 10 0 134 34 101 125 47
Binary 10101010 10111000 1111 1000 0 1011100 11100 1000001 1010101 100111

Color Harmonies of #AAB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB80F

Black with #AAB80F

Text Example


Text Example

White with #AAB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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