#A0B903

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

Shades of Citrus #A0B903

Tints of Citrus #A0B903

Color information

#A0B903 (or 0xA0B903) is unknown color: approx Citrus. HEX triplet: A0, B9 and 03. RGB value is (160,185,3). Sum of RGB (Red+Green+Blue) = 160+185+3=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B903 is #5F46FC. Grayscale: #9D9D9D. Windows color (decimal): -6244093 or 244128. OLE color: 244128.

HSL color Cylindrical-coordinate representation of color #A0B903: hue angle of 68.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0B903 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1601853-
CMYK0.1400.980.27
HSL68.24º96.81%36.86%-
HSV(B)68.24º98.38%72.55%-
XYZ31.8642.186.55-
YUV156.7841.22130.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.98%
GREEN value IS 185 (72.66% from 255) = 53.16%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=45.98%
G=53.16%
B=0.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16018530.1400.980.2768.2496.8136.86
HexA0B93E0621B446125
Octal24027131601423310414145
Binary1010000010111001111110011000101101110001001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B903; }

 p { color: rgb(160,185,3); }

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

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

 a { background-color: rgb(160,185,3); }

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

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

 span { border-color: rgb(160,185,3); }

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