#A1B40B

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

Shades of Citrus #A1B40B

Tints of Citrus #A1B40B

Color information

#A1B40B (or 0xA1B40B) is unknown color: approx Citrus. HEX triplet: A1, B4 and 0B. RGB value is (161,180,11). Sum of RGB (Red+Green+Blue) = 161+180+11=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B40B is #5E4BF4. Grayscale: #9B9B9B. Windows color (decimal): -6179829 or 767137. OLE color: 767137.

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

Color convert

RGB16118011-
CMYK0.1100.940.29
HSL66.75º88.48%37.45%-
HSV(B)66.75º93.89%70.59%-
XYZ31.0840.246.45-
YUV155.0546.71132.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 180 (70.70% from 255) = 51.14%
BLUE value IS 11 (4.69% from 255) = 3.12%
R=45.74%
G=51.14%
B=3.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161180110.1100.940.2966.7588.4837.45
HexA1B4BB05E1D435825
Octal241264131301363510313045
Binary101000011011010010111011010111101110110000111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B40B; }

 p { color: rgb(161,180,11); }

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

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

 a { background-color: rgb(161,180,11); }

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

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

 span { border-color: rgb(161,180,11); }

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