Html Css Color HEX #AAB30E Citrus

📋 copy color: '#AAB30E'

red 170 ◦ green 179 ◦ blue 14

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

Shades of Citrus #AAB30E

Tints of Citrus #AAB30E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

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

R = 46.83%
G = 49.31%
B = 3.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#AAB30E (or 0xAAB30E) is known color: Citrus. HEX triplet: AA, B3 and 0E. RGB value is (170,179,14). Sum of RGB (Red+Green+Blue) = 170+179+14=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB30E is #554CF1. Grayscale: #9E9E9E. Windows color (decimal): -5590258 or 963498. OLE color: 963498.

HSL color Cylindrical-coordinate representation of color #AAB30E: hue angle of 63.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAB30E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 14 -
CMYK 0.05 0 0.92 0.30
HSL 63.27º 0.85% 0.38% -
HSV(B) 63.27º 0.92% 0.7% -
XYZ 32.78 40.82 6.57 -
YUV 157.5 47.02 136.92 -
System Red Green Blue C M Y K H S L
Decimal 170 179 14 0.05 0 0.92 0.30 63.27 0.85 0.38
Hex AA B3 E 5 0 5C 1E 3F 55 26
Octal 252 263 16 5 0 134 36 77 125 46
Binary 10101010 10110011 1110 101 0 1011100 11110 111111 1010101 100110

Color Harmonies of #AAB30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB30E

Black with #AAB30E

Text Example


Text Example

White with #AAB30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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