#A0B905

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

Shades of Citrus #A0B905

Tints of Citrus #A0B905

Color information

#A0B905 (or 0xA0B905) is unknown color: approx Citrus. HEX triplet: A0, B9 and 05. RGB value is (160,185,5). Sum of RGB (Red+Green+Blue) = 160+185+5=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B905 is #5F46FA. Grayscale: #9D9D9D. Windows color (decimal): -6244091 or 375200. OLE color: 375200.

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

Color convert

RGB1601855-
CMYK0.1400.970.27
HSL68.33º94.74%37.25%-
HSV(B)68.33º97.3%72.55%-
XYZ31.8742.186.61-
YUV15742.22130.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 185 (72.66% from 255) = 52.86%
BLUE value IS 5 (2.34% from 255) = 1.43%
R=45.71%
G=52.86%
B=1.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16018550.1400.970.2768.3394.7437.25
HexA0B95E0611B445f25
Octal24027151601413310413745
Binary10100000101110011011110011000011101110001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B905; }

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

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

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

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

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

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

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

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