#A3B403

Color #A3B403 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A3B403

Tints of Citrus #A3B403

Color information

#A3B403 (or 0xA3B403) is unknown color: approx Citrus. HEX triplet: A3, B4 and 03. RGB value is (163,180,3). Sum of RGB (Red+Green+Blue) = 163+180+3=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B403 is #5C4BFC. Grayscale: #9B9B9B. Windows color (decimal): -6048765 or 242851. OLE color: 242851.

HSL color Cylindrical-coordinate representation of color #A3B403: hue angle of 65.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3B403 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1631803-
CMYK0.0900.980.29
HSL65.76º96.72%35.88%-
HSV(B)65.76º98.33%70.59%-
XYZ31.4440.446.23-
YUV154.7442.37133.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=47.11%
G=52.02%
B=0.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16318030.0900.980.2965.7696.7235.88
HexA3B4390621D426124
Octal24326431101423510214144
Binary1010001110110100111001011000101110110000101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B403; }

 p { color: rgb(163,180,3); }

 H1.HeaderClassName
 {
   color: #A3B403;
 }
 .AnyTagClassName
 {
   color: #A3B403;
 }
</style>
background-color css

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

 a { background-color: rgb(163,180,3); }

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

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

 span { border-color: rgb(163,180,3); }

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