Html Css Color HEX #AAB30C Citrus

📋 copy color: '#AAB30C'

red 170 ◦ green 179 ◦ blue 12

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

Shades of Citrus #AAB30C

Tints of Citrus #AAB30C

RGB

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

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

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

R = 47.09%
G = 49.58%
B = 3.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#AAB30C (or 0xAAB30C) is known color: Citrus. HEX triplet: AA, B3 and 0C. RGB value is (170,179,12). Sum of RGB (Red+Green+Blue) = 170+179+12=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB30C is #554CF3. Grayscale: #9D9D9D. Windows color (decimal): -5590260 or 832426. OLE color: 832426.

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

Color convert

RGB 170 179 12 -
CMYK 0.05 0 0.93 0.30
HSL 63.23º 0.87% 0.37% -
HSV(B) 63.23º 0.93% 0.7% -
XYZ 32.76 40.81 6.5 -
YUV 157.27 46.02 137.08 -
System Red Green Blue C M Y K H S L
Decimal 170 179 12 0.05 0 0.93 0.30 63.23 0.87 0.37
Hex AA B3 C 5 0 5D 1E 3F 57 25
Octal 252 263 14 5 0 135 36 77 127 45
Binary 10101010 10110011 1100 101 0 1011101 11110 111111 1010111 100101

Color Harmonies of #AAB30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB30C

Black with #AAB30C

Text Example


Text Example

White with #AAB30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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