Html Css Color HEX #AAB200 Citrus

📋 copy color: '#AAB200'

red 170 ◦ green 178 ◦ blue 0

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

Shades of Citrus #AAB200

Tints of Citrus #AAB200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.85%
G = 51.15%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#AAB200 (or 0xAAB200) is known color: Citrus. HEX triplet: AA, B2 and 00. RGB value is (170,178,0). Sum of RGB (Red+Green+Blue) = 170+178+0=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB200 is #554DFF. Grayscale: #9C9C9C. Windows color (decimal): -5590528 or 45738. OLE color: 45738.

HSL color Cylindrical-coordinate representation of color #AAB200: hue angle of 62.7º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAB200 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 0 -
CMYK 0.04 0 1 0.30
HSL 62.7º 1% 0.35% -
HSV(B) 62.7º 1% 0.7% -
XYZ 32.5 40.39 6.08 -
YUV 155.32 40.35 138.47 -
System Red Green Blue C M Y K H S L
Decimal 170 178 0 0.04 0 1 0.30 62.7 1 0.35
Hex AA B2 0 4 0 64 1E 3F 64 23
Octal 252 262 0 4 0 144 36 77 144 43
Binary 10101010 10110010 0 100 0 1100100 11110 111111 1100100 100011

Color Harmonies of #AAB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB200

Black with #AAB200

Text Example


Text Example

White with #AAB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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