#A3B007

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

Shades of Citrus #A3B007

Tints of Citrus #A3B007

Color information

#A3B007 (or 0xA3B007) is unknown color: approx Citrus. HEX triplet: A3, B0 and 07. RGB value is (163,176,7). Sum of RGB (Red+Green+Blue) = 163+176+7=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3B007 is #5C4FF8. Grayscale: #999999. Windows color (decimal): -6049785 or 503971. OLE color: 503971.

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

Color convert

RGB1631767-
CMYK0.0700.960.31
HSL64.62º92.35%35.88%-
HSV(B)64.62º96.02%69.02%-
XYZ30.6738.856.08-
YUV152.8545.69135.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 176 (69.14% from 255) = 50.87%
BLUE value IS 7 (3.12% from 255) = 2.02%
R=47.11%
G=50.87%
B=2.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16317670.0700.960.3164.6292.3535.88
HexA3B0770601F415c24
Octal2432607701403710113444
Binary1010001110110000111111011000001111110000011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B007; }

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

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

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

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

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

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

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

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