Html Css Color HEX #AAB20B Citrus

📋 copy color: '#AAB20B'

red 170 ◦ green 178 ◦ blue 11

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

Shades of Citrus #AAB20B

Tints of Citrus #AAB20B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.58%

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

R = 47.35%
G = 49.58%
B = 3.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#AAB20B (or 0xAAB20B) is known color: Citrus. HEX triplet: AA, B2 and 0B. RGB value is (170,178,11). Sum of RGB (Red+Green+Blue) = 170+178+11=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB20B is #554DF4. Grayscale: #9D9D9D. Windows color (decimal): -5590517 or 766634. OLE color: 766634.

HSL color Cylindrical-coordinate representation of color #AAB20B: hue angle of 62.87º 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 #AAB20B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 11 -
CMYK 0.04 0 0.94 0.30
HSL 62.87º 0.88% 0.37% -
HSV(B) 62.87º 0.94% 0.7% -
XYZ 32.56 40.41 6.4 -
YUV 156.57 45.85 137.58 -
System Red Green Blue C M Y K H S L
Decimal 170 178 11 0.04 0 0.94 0.30 62.87 0.88 0.37
Hex AA B2 B 4 0 5E 1E 3F 58 25
Octal 252 262 13 4 0 136 36 77 130 45
Binary 10101010 10110010 1011 100 0 1011110 11110 111111 1011000 100101

Color Harmonies of #AAB20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB20B

Black with #AAB20B

Text Example


Text Example

White with #AAB20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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