#83B815

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

Shades of Lima #83B815

Tints of Lima #83B815

Color information

#83B815 (or 0x83B815) is unknown color: approx Lima. HEX triplet: 83, B8 and 15. RGB value is (131,184,21). Sum of RGB (Red+Green+Blue) = 131+184+21=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #83B815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B815 is #7C47EA. Grayscale: #969696. Windows color (decimal): -8144875 or 1423491. OLE color: 1423491.

HSL color Cylindrical-coordinate representation of color #83B815: hue angle of 79.51º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83B815 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB13118421-
CMYK0.2900.890.28
HSL79.51º79.51%40.2%-
HSV(B)79.51º88.59%72.16%-
XYZ26.6439.166.86-
YUV149.5755.44114.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 184 (72.27% from 255) = 54.76%
BLUE value IS 21 (8.59% from 255) = 6.25%
R=38.99%
G=54.76%
B=6.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131184210.2900.890.2879.5179.5140.2
Hex83B8151D0591C505028
Octal203270253501313412012050
Binary10000011101110001010111101010110011110010100001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83B815; }

 p { color: rgb(131,184,21); }

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

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

 a { background-color: rgb(131,184,21); }

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

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

 span { border-color: rgb(131,184,21); }

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