#A3B005

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

Shades of Citrus #A3B005

Tints of Citrus #A3B005

Color information

#A3B005 (or 0xA3B005) is unknown color: approx Citrus. HEX triplet: A3, B0 and 05. RGB value is (163,176,5). Sum of RGB (Red+Green+Blue) = 163+176+5=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3B005 is #5C4FFA. Grayscale: #999999. Windows color (decimal): -6049787 or 372899. OLE color: 372899.

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

Color convert

RGB1631765-
CMYK0.0700.970.31
HSL64.56º94.48%35.49%-
HSV(B)64.56º97.16%69.02%-
XYZ30.6638.856.03-
YUV152.6244.69135.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 176 (69.14% from 255) = 51.16%
BLUE value IS 5 (2.34% from 255) = 1.45%
R=47.38%
G=51.16%
B=1.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16317650.0700.970.3164.5694.4835.49
HexA3B0570611F415e23
Octal2432605701413710113643
Binary1010001110110000101111011000011111110000011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B005; }

 p { color: rgb(163,176,5); }

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

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

 a { background-color: rgb(163,176,5); }

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

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

 span { border-color: rgb(163,176,5); }

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