#A0B605

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

Shades of Citrus #A0B605

Tints of Citrus #A0B605

Color information

#A0B605 (or 0xA0B605) is unknown color: approx Citrus. HEX triplet: A0, B6 and 05. RGB value is (160,182,5). Sum of RGB (Red+Green+Blue) = 160+182+5=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B605 is #5F49FA. Grayscale: #9B9B9B. Windows color (decimal): -6244859 or 374432. OLE color: 374432.

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

Color convert

RGB1601825-
CMYK0.1200.970.29
HSL67.46º94.65%36.67%-
HSV(B)67.46º97.25%71.37%-
XYZ31.2540.946.4-
YUV155.2443.21131.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 182 (71.48% from 255) = 52.45%
BLUE value IS 5 (2.34% from 255) = 1.44%
R=46.11%
G=52.45%
B=1.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16018250.1200.970.2967.4694.6536.67
HexA0B65C0611D435f25
Octal24026651401413510313745
Binary10100000101101101011100011000011110110000111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B605; }

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

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

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

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

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

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

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

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