Html Css Color HEX #AAB908 Citrus

📋 copy color: '#AAB908'

red 170 ◦ green 185 ◦ blue 8

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

Shades of Citrus #AAB908

Tints of Citrus #AAB908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 46.83%
G = 50.96%
B = 2.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#AAB908 (or 0xAAB908) is known color: Citrus. HEX triplet: AA, B9 and 08. RGB value is (170,185,8). Sum of RGB (Red+Green+Blue) = 170+185+8=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB908 is #5546F7. Grayscale: #A1A1A1. Windows color (decimal): -5588728 or 571818. OLE color: 571818.

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

Color convert

RGB 170 185 8 -
CMYK 0.08 0 0.96 0.27
HSL 65.08º 0.92% 0.38% -
HSV(B) 65.08º 0.96% 0.73% -
XYZ 33.97 43.26 6.79 -
YUV 160.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 170 185 8 0.08 0 0.96 0.27 65.08 0.92 0.38
Hex AA B9 8 8 0 60 1B 41 5C 26
Octal 252 271 10 10 0 140 33 101 134 46
Binary 10101010 10111001 1000 1000 0 1100000 11011 1000001 1011100 100110

Color Harmonies of #AAB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB908

Black with #AAB908

Text Example


Text Example

White with #AAB908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB908; }

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

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

background-color css

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

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

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

border-color css

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

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

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