#A0B500

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

Shades of Citrus #A0B500

Tints of Citrus #A0B500

Color information

#A0B500 (or 0xA0B500) is unknown color: approx Citrus. HEX triplet: A0, B5 and 00. RGB value is (160,181,0). Sum of RGB (Red+Green+Blue) = 160+181+0=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B500 is #5F4AFF. Grayscale: #9A9A9A. Windows color (decimal): -6245120 or 46496. OLE color: 46496.

HSL color Cylindrical-coordinate representation of color #A0B500: hue angle of 66.96º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0B500 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1601810-
CMYK0.12010.29
HSL66.96º100%35.49%-
HSV(B)66.96º100%70.98%-
XYZ31.0240.526.19-
YUV154.0941.04132.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 181 (71.09% from 255) = 53.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.92%
G=53.08%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16018100.12010.2966.9610035.49
HexA0B50C0641D436423
Octal24026501401443510314443
Binary101000001011010101100011001001110110000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B500; }

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

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

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

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

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

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

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

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