#A0B119

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

Shades of Citrus #A0B119

Tints of Citrus #A0B119

Color information

#A0B119 (or 0xA0B119) is unknown color: approx Citrus. HEX triplet: A0, B1 and 19. RGB value is (160,177,25). Sum of RGB (Red+Green+Blue) = 160+177+25=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B119 is #5F4EE6. Grayscale: #9B9B9B. Windows color (decimal): -6246119 or 1683872. OLE color: 1683872.

HSL color Cylindrical-coordinate representation of color #A0B119: hue angle of 66.71º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0B119 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB16017725-
CMYK0.1000.860.31
HSL66.71º75.25%39.61%-
HSV(B)66.71º85.88%69.41%-
XYZ30.3938.996.84-
YUV154.5954.87131.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 177 (69.53% from 255) = 48.90%
BLUE value IS 25 (10.16% from 255) = 6.91%
R=44.20%
G=48.90%
B=6.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160177250.1000.860.3166.7175.2539.61
HexA0B119A0561F434b28
Octal240261311201263710311350
Binary1010000010110001110011010010101101111110000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B119; }

 p { color: rgb(160,177,25); }

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

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

 a { background-color: rgb(160,177,25); }

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

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

 span { border-color: rgb(160,177,25); }

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