#A0B60B

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

Shades of Citrus #A0B60B

Tints of Citrus #A0B60B

Color information

#A0B60B (or 0xA0B60B) is unknown color: approx Citrus. HEX triplet: A0, B6 and 0B. RGB value is (160,182,11). Sum of RGB (Red+Green+Blue) = 160+182+11=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B60B is #5F49F4. Grayscale: #9C9C9C. Windows color (decimal): -6244853 or 767648. OLE color: 767648.

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

Color convert

RGB16018211-
CMYK0.1200.940.29
HSL67.72º88.6%37.84%-
HSV(B)67.72º93.96%71.37%-
XYZ31.2940.956.57-
YUV155.9346.21130.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 182 (71.48% from 255) = 51.56%
BLUE value IS 11 (4.69% from 255) = 3.12%
R=45.33%
G=51.56%
B=3.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160182110.1200.940.2967.7288.637.84
HexA0B6BC05E1D445926
Octal240266131401363510413146
Binary101000001011011010111100010111101110110001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B60B; }

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

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

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

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

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

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

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

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