Html Css Color HEX #AAB70E Citrus

📋 copy color: '#AAB70E'

red 170 ◦ green 183 ◦ blue 14

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

Shades of Citrus #AAB70E

Tints of Citrus #AAB70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 46.32%
G = 49.86%
B = 3.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#AAB70E (or 0xAAB70E) is known color: Citrus. HEX triplet: AA, B7 and 0E. RGB value is (170,183,14). Sum of RGB (Red+Green+Blue) = 170+183+14=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB70E is #5548F1. Grayscale: #A0A0A0. Windows color (decimal): -5589234 or 964522. OLE color: 964522.

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

Color convert

RGB 170 183 14 -
CMYK 0.07 0 0.92 0.28
HSL 64.62º 0.86% 0.39% -
HSV(B) 64.62º 0.92% 0.72% -
XYZ 33.59 42.44 6.84 -
YUV 159.85 45.69 135.24 -
System Red Green Blue C M Y K H S L
Decimal 170 183 14 0.07 0 0.92 0.28 64.62 0.86 0.39
Hex AA B7 E 7 0 5C 1C 41 56 27
Octal 252 267 16 7 0 134 34 101 126 47
Binary 10101010 10110111 1110 111 0 1011100 11100 1000001 1010110 100111

Color Harmonies of #AAB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB70E

Black with #AAB70E

Text Example


Text Example

White with #AAB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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