Html Css Color HEX #AAB20D Citrus

📋 copy color: '#AAB20D'

red 170 ◦ green 178 ◦ blue 13

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

Shades of Citrus #AAB20D

Tints of Citrus #AAB20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.6%

R = 47.09%
G = 49.31%
B = 3.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#AAB20D (or 0xAAB20D) is known color: Citrus. HEX triplet: AA, B2 and 0D. RGB value is (170,178,13). Sum of RGB (Red+Green+Blue) = 170+178+13=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB20D is #554DF2. Grayscale: #9D9D9D. Windows color (decimal): -5590515 or 897706. OLE color: 897706.

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

Color convert

RGB 170 178 13 -
CMYK 0.04 0 0.93 0.30
HSL 62.91º 0.86% 0.37% -
HSV(B) 62.91º 0.93% 0.7% -
XYZ 32.57 40.42 6.47 -
YUV 156.8 46.85 137.42 -
System Red Green Blue C M Y K H S L
Decimal 170 178 13 0.04 0 0.93 0.30 62.91 0.86 0.37
Hex AA B2 D 4 0 5D 1E 3F 56 25
Octal 252 262 15 4 0 135 36 77 126 45
Binary 10101010 10110010 1101 100 0 1011101 11110 111111 1010110 100101

Color Harmonies of #AAB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB20D

Black with #AAB20D

Text Example


Text Example

White with #AAB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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