#53920B

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

Shades of Limeade #53920B

Tints of Limeade #53920B

Color information

#53920B (or 0x53920B) is unknown color: approx Limeade. HEX triplet: 53, 92 and 0B. RGB value is (83,146,11). Sum of RGB (Red+Green+Blue) = 83+146+11=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #53920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53920B is #AC6DF4. Grayscale: #707070. Windows color (decimal): -11300341 or 758355. OLE color: 758355.

HSL color Cylindrical-coordinate representation of color #53920B: hue angle of 88º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53920B is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB8314611-
CMYK0.4300.920.43
HSL88º85.99%30.78%-
HSV(B)88º92.47%57.25%-
XYZ13.9122.423.91-
YUV111.7771.13107.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 146 (57.42% from 255) = 60.83%
BLUE value IS 11 (4.69% from 255) = 4.58%
R=34.58%
G=60.83%
B=4.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146110.4300.920.438885.9930.78
Hex5392B2B05C2B58561f
Octal123222135301345313012637
Binary1010011100100101011101011010111001010111011000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53920B; }

 p { color: rgb(83,146,11); }

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

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

 a { background-color: rgb(83,146,11); }

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

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

 span { border-color: rgb(83,146,11); }

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