Html Css Color HEX #AAB30B Citrus

📋 copy color: '#AAB30B'

red 170 ◦ green 179 ◦ blue 11

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

Shades of Citrus #AAB30B

Tints of Citrus #AAB30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 47.22%
G = 49.72%
B = 3.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#AAB30B (or 0xAAB30B) is known color: Citrus. HEX triplet: AA, B3 and 0B. RGB value is (170,179,11). Sum of RGB (Red+Green+Blue) = 170+179+11=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB30B is #554CF4. Grayscale: #9D9D9D. Windows color (decimal): -5590261 or 766890. OLE color: 766890.

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

Color convert

RGB 170 179 11 -
CMYK 0.05 0 0.94 0.30
HSL 63.21º 0.88% 0.37% -
HSV(B) 63.21º 0.94% 0.7% -
XYZ 32.76 40.81 6.47 -
YUV 157.16 45.52 137.16 -
System Red Green Blue C M Y K H S L
Decimal 170 179 11 0.05 0 0.94 0.30 63.21 0.88 0.37
Hex AA B3 B 5 0 5E 1E 3F 58 25
Octal 252 263 13 5 0 136 36 77 130 45
Binary 10101010 10110011 1011 101 0 1011110 11110 111111 1011000 100101

Color Harmonies of #AAB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB30B

Black with #AAB30B

Text Example


Text Example

White with #AAB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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