Html Css Color HEX #AAB70C Citrus

📋 copy color: '#AAB70C'

red 170 ◦ green 183 ◦ blue 12

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

Shades of Citrus #AAB70C

Tints of Citrus #AAB70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.14%

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

R = 46.58%
G = 50.14%
B = 3.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#AAB70C (or 0xAAB70C) is known color: Citrus. HEX triplet: AA, B7 and 0C. RGB value is (170,183,12). Sum of RGB (Red+Green+Blue) = 170+183+12=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB70C is #5548F3. Grayscale: #A0A0A0. Windows color (decimal): -5589236 or 833450. OLE color: 833450.

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

Color convert

RGB 170 183 12 -
CMYK 0.07 0 0.93 0.28
HSL 64.56º 0.88% 0.38% -
HSV(B) 64.56º 0.93% 0.72% -
XYZ 33.58 42.44 6.77 -
YUV 159.62 44.69 135.4 -
System Red Green Blue C M Y K H S L
Decimal 170 183 12 0.07 0 0.93 0.28 64.56 0.88 0.38
Hex AA B7 C 7 0 5D 1C 41 58 26
Octal 252 267 14 7 0 135 34 101 130 46
Binary 10101010 10110111 1100 111 0 1011101 11100 1000001 1011000 100110

Color Harmonies of #AAB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB70C

Black with #AAB70C

Text Example


Text Example

White with #AAB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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