#A0B609

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

Shades of Citrus #A0B609

Tints of Citrus #A0B609

Color information

#A0B609 (or 0xA0B609) is unknown color: approx Citrus. HEX triplet: A0, B6 and 09. RGB value is (160,182,9). Sum of RGB (Red+Green+Blue) = 160+182+9=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B609 is #5F49F6. Grayscale: #9C9C9C. Windows color (decimal): -6244855 or 636576. OLE color: 636576.

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

Color convert

RGB1601829-
CMYK0.1200.950.29
HSL67.63º90.58%37.45%-
HSV(B)67.63º95.05%71.37%-
XYZ31.2740.956.51-
YUV155.745.21131.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 182 (71.48% from 255) = 51.85%
BLUE value IS 9 (3.91% from 255) = 2.56%
R=45.58%
G=51.85%
B=2.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16018290.1200.950.2967.6390.5837.45
HexA0B69C05F1D445b25
Octal240266111401373510413345
Binary101000001011011010011100010111111110110001001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B609; }

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

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

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

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

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

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

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

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