#A3B507

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

Shades of Citrus #A3B507

Tints of Citrus #A3B507

Color information

#A3B507 (or 0xA3B507) is unknown color: approx Citrus. HEX triplet: A3, B5 and 07. RGB value is (163,181,7). Sum of RGB (Red+Green+Blue) = 163+181+7=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B507 is #5C4AF8. Grayscale: #9C9C9C. Windows color (decimal): -6048505 or 505251. OLE color: 505251.

HSL color Cylindrical-coordinate representation of color #A3B507: hue angle of 66.21º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3B507 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1631817-
CMYK0.1000.960.29
HSL66.21º92.55%36.86%-
HSV(B)66.21º96.13%70.98%-
XYZ31.6740.856.42-
YUV155.7844.04133.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 181 (71.09% from 255) = 51.57%
BLUE value IS 7 (3.12% from 255) = 1.99%
R=46.44%
G=51.57%
B=1.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16318170.1000.960.2966.2192.5536.86
HexA3B57A0601D425d25
Octal24326571201403510213545
Binary10100011101101011111010011000001110110000101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B507; }

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

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

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

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

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

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

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

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