Html Css Color HEX #AAB003 Citrus

📋 copy color: '#AAB003'

red 170 ◦ green 176 ◦ blue 3

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

Shades of Citrus #AAB003

Tints of Citrus #AAB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.43%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 48.71%
G = 50.43%
B = 0.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AAB003 (or 0xAAB003) is known color: Citrus. HEX triplet: AA, B0 and 03. RGB value is (170,176,3). Sum of RGB (Red+Green+Blue) = 170+176+3=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB003 is #554FFC. Grayscale: #9B9B9B. Windows color (decimal): -5591037 or 241834. OLE color: 241834.

HSL color Cylindrical-coordinate representation of color #AAB003: hue angle of 62.08º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAB003 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 3 -
CMYK 0.03 0 0.98 0.31
HSL 62.08º 0.97% 0.35% -
HSV(B) 62.08º 0.98% 0.69% -
XYZ 32.12 39.6 6.04 -
YUV 154.48 42.51 139.07 -
System Red Green Blue C M Y K H S L
Decimal 170 176 3 0.03 0 0.98 0.31 62.08 0.97 0.35
Hex AA B0 3 3 0 62 1F 3E 61 23
Octal 252 260 3 3 0 142 37 76 141 43
Binary 10101010 10110000 11 11 0 1100010 11111 111110 1100001 100011

Color Harmonies of #AAB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB003

Black with #AAB003

Text Example


Text Example

White with #AAB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB003; }

 p { color: rgb(170,176,3); }

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

background-color css

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

 a { background-color: rgb(170,176,3); }

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

border-color css

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

 span { border-color: rgb(170,176,3); }

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