#A1B10B

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

Shades of Citrus #A1B10B

Tints of Citrus #A1B10B

Color information

#A1B10B (or 0xA1B10B) is unknown color: approx Citrus. HEX triplet: A1, B1 and 0B. RGB value is (161,177,11). Sum of RGB (Red+Green+Blue) = 161+177+11=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B10B is #5E4EF4. Grayscale: #999999. Windows color (decimal): -6180597 or 766369. OLE color: 766369.

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

Color convert

RGB16117711-
CMYK0.0900.940.31
HSL65.78º88.3%36.86%-
HSV(B)65.78º93.79%69.41%-
XYZ30.4839.056.25-
YUV153.2947.7133.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 177 (69.53% from 255) = 50.72%
BLUE value IS 11 (4.69% from 255) = 3.15%
R=46.13%
G=50.72%
B=3.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161177110.0900.940.3165.7888.336.86
HexA1B1B905E1F425825
Octal241261131101363710213045
Binary101000011011000110111001010111101111110000101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B10B; }

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

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

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

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

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

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

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

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