Html Css Color HEX #AAB212 Citrus

📋 copy color: '#AAB212'

red 170 ◦ green 178 ◦ blue 18

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

Shades of Citrus #AAB212

Tints of Citrus #AAB212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 46.45%
G = 48.63%
B = 4.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#AAB212 (or 0xAAB212) is known color: Citrus. HEX triplet: AA, B2 and 12. RGB value is (170,178,18). Sum of RGB (Red+Green+Blue) = 170+178+18=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB212 is #554DED. Grayscale: #9D9D9D. Windows color (decimal): -5590510 or 1225386. OLE color: 1225386.

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

Color convert

RGB 170 178 18 -
CMYK 0.04 0 0.90 0.30
HSL 63º 0.82% 0.38% -
HSV(B) 63º 0.9% 0.7% -
XYZ 32.61 40.43 6.66 -
YUV 157.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 170 178 18 0.04 0 0.90 0.30 63 0.82 0.38
Hex AA B2 12 4 0 5A 1E 3F 52 26
Octal 252 262 22 4 0 132 36 77 122 46
Binary 10101010 10110010 10010 100 0 1011010 11110 111111 1010010 100110

Color Harmonies of #AAB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB212

Black with #AAB212

Text Example


Text Example

White with #AAB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB212; }

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

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

background-color css

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

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

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

border-color css

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

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

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