#83BD1A

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

Shades of Lima #83BD1A

Tints of Lima #83BD1A

Color information

#83BD1A (or 0x83BD1A) is unknown color: approx Lima. HEX triplet: 83, BD and 1A. RGB value is (131,189,26). Sum of RGB (Red+Green+Blue) = 131+189+26=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BD1A is #7C42E5. Grayscale: #999999. Windows color (decimal): -8143590 or 1752451. OLE color: 1752451.

HSL color Cylindrical-coordinate representation of color #83BD1A: hue angle of 81.35º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83BD1A is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB13118926-
CMYK0.3100.860.26
HSL81.35º75.81%42.16%-
HSV(B)81.35º86.24%74.12%-
XYZ27.7441.37.49-
YUV153.0856.28112.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 189 (74.22% from 255) = 54.62%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=37.86%
G=54.62%
B=7.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131189260.3100.860.2681.3575.8142.16
Hex83BD1A1F0561A514c2a
Octal203275323701263212111452
Binary10000011101111011101011111010101101101010100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,189,26); }

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

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

 a { background-color: rgb(131,189,26); }

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

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

 span { border-color: rgb(131,189,26); }

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