Html Css Color HEX #AAB804 Citrus

📋 copy color: '#AAB804'

red 170 ◦ green 184 ◦ blue 4

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

Shades of Citrus #AAB804

Tints of Citrus #AAB804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 47.49%
G = 51.4%
B = 1.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#AAB804 (or 0xAAB804) is known color: Citrus. HEX triplet: AA, B8 and 04. RGB value is (170,184,4). Sum of RGB (Red+Green+Blue) = 170+184+4=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB804 is #5547FB. Grayscale: #A0A0A0. Windows color (decimal): -5588988 or 309418. OLE color: 309418.

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

Color convert

RGB 170 184 4 -
CMYK 0.08 0 0.98 0.28
HSL 64.67º 0.96% 0.37% -
HSV(B) 64.67º 0.98% 0.72% -
XYZ 33.74 42.84 6.6 -
YUV 159.29 40.36 135.64 -
System Red Green Blue C M Y K H S L
Decimal 170 184 4 0.08 0 0.98 0.28 64.67 0.96 0.37
Hex AA B8 4 8 0 62 1C 41 60 25
Octal 252 270 4 10 0 142 34 101 140 45
Binary 10101010 10111000 100 1000 0 1100010 11100 1000001 1100000 100101

Color Harmonies of #AAB804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB804

Black with #AAB804

Text Example


Text Example

White with #AAB804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB804; }

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

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

background-color css

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

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

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

border-color css

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

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

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