#83B10B

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

Shades of Lima #83B10B

Tints of Lima #83B10B

Color information

#83B10B (or 0x83B10B) is unknown color: approx Lima. HEX triplet: 83, B1 and 0B. RGB value is (131,177,11). Sum of RGB (Red+Green+Blue) = 131+177+11=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #83B10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B10B is #7C4EF4. Grayscale: #909090. Windows color (decimal): -8146677 or 766339. OLE color: 766339.

HSL color Cylindrical-coordinate representation of color #83B10B: hue angle of 76.63º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83B10B is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB13117711-
CMYK0.2600.940.31
HSL76.63º88.3%36.86%-
HSV(B)76.63º93.79%69.41%-
XYZ25.1436.296-
YUV144.3252.76118.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 177 (69.53% from 255) = 55.49%
BLUE value IS 11 (4.69% from 255) = 3.45%
R=41.07%
G=55.49%
B=3.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131177110.2600.940.3176.6388.336.86
Hex83B1B1A05E1F4d5825
Octal203261133201363711513045
Binary1000001110110001101111010010111101111110011011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,177,11); }

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

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

 a { background-color: rgb(131,177,11); }

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

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

 span { border-color: rgb(131,177,11); }

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