#A1B50E

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

Shades of Citrus #A1B50E

Tints of Citrus #A1B50E

Color information

#A1B50E (or 0xA1B50E) is unknown color: approx Citrus. HEX triplet: A1, B5 and 0E. RGB value is (161,181,14). Sum of RGB (Red+Green+Blue) = 161+181+14=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B50E is #5E4AF1. Grayscale: #9C9C9C. Windows color (decimal): -6179570 or 964001. OLE color: 964001.

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

Color convert

RGB16118114-
CMYK0.1100.920.29
HSL67.19º85.64%38.24%-
HSV(B)67.19º92.27%70.98%-
XYZ31.340.666.61-
YUV155.9847.87131.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 181 (71.09% from 255) = 50.84%
BLUE value IS 14 (5.86% from 255) = 3.93%
R=45.22%
G=50.84%
B=3.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161181140.1100.920.2967.1985.6438.24
HexA1B5EB05C1D435626
Octal241265161301343510312646
Binary101000011011010111101011010111001110110000111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B50E; }

 p { color: rgb(161,181,14); }

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

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

 a { background-color: rgb(161,181,14); }

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

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

 span { border-color: rgb(161,181,14); }

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