Html Css Color HEX #AAB808 Citrus

📋 copy color: '#AAB808'

red 170 ◦ green 184 ◦ blue 8

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

Shades of Citrus #AAB808

Tints of Citrus #AAB808

RGB

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

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

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

R = 46.96%
G = 50.83%
B = 2.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#AAB808 (or 0xAAB808) is known color: Citrus. HEX triplet: AA, B8 and 08. RGB value is (170,184,8). Sum of RGB (Red+Green+Blue) = 170+184+8=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB808 is #5547F7. Grayscale: #A0A0A0. Windows color (decimal): -5588984 or 571562. OLE color: 571562.

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

Color convert

RGB 170 184 8 -
CMYK 0.08 0 0.96 0.28
HSL 64.77º 0.92% 0.38% -
HSV(B) 64.77º 0.96% 0.72% -
XYZ 33.76 42.84 6.72 -
YUV 159.75 42.36 135.31 -
System Red Green Blue C M Y K H S L
Decimal 170 184 8 0.08 0 0.96 0.28 64.77 0.92 0.38
Hex AA B8 8 8 0 60 1C 41 5C 26
Octal 252 270 10 10 0 140 34 101 134 46
Binary 10101010 10111000 1000 1000 0 1100000 11100 1000001 1011100 100110

Color Harmonies of #AAB808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB808

Black with #AAB808

Text Example


Text Example

White with #AAB808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB808; }

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

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

background-color css

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

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

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

border-color css

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

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

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