#A0B201

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

Shades of Citrus #A0B201

Tints of Citrus #A0B201

Color information

#A0B201 (or 0xA0B201) is unknown color: approx Citrus. HEX triplet: A0, B2 and 01. RGB value is (160,178,1). Sum of RGB (Red+Green+Blue) = 160+178+1=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B201 is #5F4DFE. Grayscale: #999999. Windows color (decimal): -6245887 or 111264. OLE color: 111264.

HSL color Cylindrical-coordinate representation of color #A0B201: hue angle of 66.1º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0B201 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1601781-
CMYK0.1000.990.30
HSL66.1º98.88%35.1%-
HSV(B)66.1º99.44%69.8%-
XYZ30.4239.326.01-
YUV152.4442.54133.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 178 (69.92% from 255) = 52.51%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=47.20%
G=52.51%
B=0.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16017810.1000.990.3066.198.8835.1
HexA0B21A0631E426323
Octal24026211201433610214343
Binary101000001011001011010011000111111010000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B201; }

 p { color: rgb(160,178,1); }

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

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

 a { background-color: rgb(160,178,1); }

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

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

 span { border-color: rgb(160,178,1); }

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