#A0B50E

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

Shades of Citrus #A0B50E

Tints of Citrus #A0B50E

Color information

#A0B50E (or 0xA0B50E) is unknown color: approx Citrus. HEX triplet: A0, B5 and 0E. RGB value is (160,181,14). Sum of RGB (Red+Green+Blue) = 160+181+14=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B50E is #5F4AF1. Grayscale: #9C9C9C. Windows color (decimal): -6245106 or 964000. OLE color: 964000.

HSL color Cylindrical-coordinate representation of color #A0B50E: hue angle of 67.54º 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 #A0B50E is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB16018114-
CMYK0.1200.920.29
HSL67.54º85.64%38.24%-
HSV(B)67.54º92.27%70.98%-
XYZ31.140.556.6-
YUV155.6848.04131.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 181 (71.09% from 255) = 50.99%
BLUE value IS 14 (5.86% from 255) = 3.94%
R=45.07%
G=50.99%
B=3.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160181140.1200.920.2967.5485.6438.24
HexA0B5EC05C1D445626
Octal240265161401343510412646
Binary101000001011010111101100010111001110110001001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B50E; }

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

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

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

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

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

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

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

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