#A1BC04

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

Shades of Citrus #A1BC04

Tints of Citrus #A1BC04

Color information

#A1BC04 (or 0xA1BC04) is unknown color: approx Citrus. HEX triplet: A1, BC and 04. RGB value is (161,188,4). Sum of RGB (Red+Green+Blue) = 161+188+4=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC04 is #5E43FB. Grayscale: #9F9F9F. Windows color (decimal): -6177788 or 310433. OLE color: 310433.

HSL color Cylindrical-coordinate representation of color #A1BC04: hue angle of 68.8º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1BC04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1611884-
CMYK0.1400.980.26
HSL68.8º95.83%37.65%-
HSV(B)68.8º97.87%73.73%-
XYZ32.743.556.8-
YUV158.9540.55129.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 188 (73.83% from 255) = 53.26%
BLUE value IS 4 (1.95% from 255) = 1.13%
R=45.61%
G=53.26%
B=1.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16118840.1400.980.2668.895.8337.65
HexA1BC4E0621A456026
Octal24127441601423210514046
Binary10100001101111001001110011000101101010001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BC04; }

 p { color: rgb(161,188,4); }

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

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

 a { background-color: rgb(161,188,4); }

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

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

 span { border-color: rgb(161,188,4); }

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