Html Css Color HEX #AAB60C Citrus

📋 copy color: '#AAB60C'

red 170 ◦ green 182 ◦ blue 12

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

Shades of Citrus #AAB60C

Tints of Citrus #AAB60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.3%

R = 46.7%
G = 50%
B = 3.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#AAB60C (or 0xAAB60C) is known color: Citrus. HEX triplet: AA, B6 and 0C. RGB value is (170,182,12). Sum of RGB (Red+Green+Blue) = 170+182+12=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB60C is #5549F3. Grayscale: #9F9F9F. Windows color (decimal): -5589492 or 833194. OLE color: 833194.

HSL color Cylindrical-coordinate representation of color #AAB60C: hue angle of 64.24º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAB60C is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 12 -
CMYK 0.07 0 0.93 0.29
HSL 64.24º 0.88% 0.38% -
HSV(B) 64.24º 0.93% 0.71% -
XYZ 33.37 42.03 6.7 -
YUV 159.03 45.02 135.82 -
System Red Green Blue C M Y K H S L
Decimal 170 182 12 0.07 0 0.93 0.29 64.24 0.88 0.38
Hex AA B6 C 7 0 5D 1D 40 58 26
Octal 252 266 14 7 0 135 35 100 130 46
Binary 10101010 10110110 1100 111 0 1011101 11101 1000000 1011000 100110

Color Harmonies of #AAB60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB60C

Black with #AAB60C

Text Example


Text Example

White with #AAB60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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