#A0B209

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

Shades of Citrus #A0B209

Tints of Citrus #A0B209

Color information

#A0B209 (or 0xA0B209) is unknown color: approx Citrus. HEX triplet: A0, B2 and 09. RGB value is (160,178,9). Sum of RGB (Red+Green+Blue) = 160+178+9=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B209 is #5F4DF6. Grayscale: #9A9A9A. Windows color (decimal): -6245879 or 635552. OLE color: 635552.

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

Color convert

RGB1601789-
CMYK0.1000.950.30
HSL66.39º90.37%36.67%-
HSV(B)66.39º94.94%69.8%-
XYZ30.4739.336.24-
YUV153.3546.54132.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 178 (69.92% from 255) = 51.30%
BLUE value IS 9 (3.91% from 255) = 2.59%
R=46.11%
G=51.30%
B=2.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16017890.1000.950.3066.3990.3736.67
HexA0B29A05F1E425a25
Octal240262111201373610213245
Binary101000001011001010011010010111111111010000101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B209; }

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

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

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

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

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

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

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

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