Html Css Color HEX #AAB612 Citrus

📋 copy color: '#AAB612'

red 170 ◦ green 182 ◦ blue 18

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

Shades of Citrus #AAB612

Tints of Citrus #AAB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.19%

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

R = 45.95%
G = 49.19%
B = 4.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#AAB612 (or 0xAAB612) is known color: Citrus. HEX triplet: AA, B6 and 12. RGB value is (170,182,18). Sum of RGB (Red+Green+Blue) = 170+182+18=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB612 is #5549ED. Grayscale: #A0A0A0. Windows color (decimal): -5589486 or 1226410. OLE color: 1226410.

HSL color Cylindrical-coordinate representation of color #AAB612: hue angle of 64.39º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAB612 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 18 -
CMYK 0.07 0 0.90 0.29
HSL 64.39º 0.82% 0.39% -
HSV(B) 64.39º 0.9% 0.71% -
XYZ 33.41 42.05 6.93 -
YUV 159.72 48.02 135.34 -
System Red Green Blue C M Y K H S L
Decimal 170 182 18 0.07 0 0.90 0.29 64.39 0.82 0.39
Hex AA B6 12 7 0 5A 1D 40 52 27
Octal 252 266 22 7 0 132 35 100 122 47
Binary 10101010 10110110 10010 111 0 1011010 11101 1000000 1010010 100111

Color Harmonies of #AAB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB612

Black with #AAB612

Text Example


Text Example

White with #AAB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB612; }

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

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

background-color css

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

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

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

border-color css

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

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

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