Html Css Color HEX #AAB210 Citrus

📋 copy color: '#AAB210'

red 170 ◦ green 178 ◦ blue 16

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

Shades of Citrus #AAB210

Tints of Citrus #AAB210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.9%

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 46.7%
G = 48.9%
B = 4.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#AAB210 (or 0xAAB210) is known color: Citrus. HEX triplet: AA, B2 and 10. RGB value is (170,178,16). Sum of RGB (Red+Green+Blue) = 170+178+16=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB210 is #554DEF. Grayscale: #9D9D9D. Windows color (decimal): -5590512 or 1094314. OLE color: 1094314.

HSL color Cylindrical-coordinate representation of color #AAB210: hue angle of 62.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB210 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 16 -
CMYK 0.04 0 0.91 0.30
HSL 62.96º 0.84% 0.38% -
HSV(B) 62.96º 0.91% 0.7% -
XYZ 32.59 40.42 6.58 -
YUV 157.14 48.35 137.17 -
System Red Green Blue C M Y K H S L
Decimal 170 178 16 0.04 0 0.91 0.30 62.96 0.84 0.38
Hex AA B2 10 4 0 5B 1E 3F 54 26
Octal 252 262 20 4 0 133 36 77 124 46
Binary 10101010 10110010 10000 100 0 1011011 11110 111111 1010100 100110

Color Harmonies of #AAB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB210

Black with #AAB210

Text Example


Text Example

White with #AAB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB210; }

 p { color: rgb(170,178,16); }

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

background-color css

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

 a { background-color: rgb(170,178,16); }

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

border-color css

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

 span { border-color: rgb(170,178,16); }

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