#83B30D

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

Shades of Lima #83B30D

Tints of Lima #83B30D

Color information

#83B30D (or 0x83B30D) is unknown color: approx Lima. HEX triplet: 83, B3 and 0D. RGB value is (131,179,13). Sum of RGB (Red+Green+Blue) = 131+179+13=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #83B30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B30D is #7C4CF2. Grayscale: #929292. Windows color (decimal): -8146163 or 897923. OLE color: 897923.

HSL color Cylindrical-coordinate representation of color #83B30D: hue angle of 77.35º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83B30D is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB13117913-
CMYK0.2700.930.30
HSL77.35º86.46%37.65%-
HSV(B)77.35º92.74%70.2%-
XYZ25.5537.096.19-
YUV145.7253.1117.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 179 (70.31% from 255) = 55.42%
BLUE value IS 13 (5.47% from 255) = 4.02%
R=40.56%
G=55.42%
B=4.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131179130.2700.930.3077.3586.4637.65
Hex83B3D1B05D1E4d5626
Octal203263153301353611512646
Binary1000001110110011110111011010111011111010011011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,179,13); }

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

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

 a { background-color: rgb(131,179,13); }

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

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

 span { border-color: rgb(131,179,13); }

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