#83BD0B

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

Shades of Lima #83BD0B

Tints of Lima #83BD0B

Color information

#83BD0B (or 0x83BD0B) is unknown color: approx Lima. HEX triplet: 83, BD and 0B. RGB value is (131,189,11). Sum of RGB (Red+Green+Blue) = 131+189+11=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BD0B is #7C42F4. Grayscale: #989898. Windows color (decimal): -8143605 or 769411. OLE color: 769411.

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

Color convert

RGB13118911-
CMYK0.3100.940.26
HSL79.55º89%39.22%-
HSV(B)79.55º94.18%74.12%-
XYZ27.6241.246.82-
YUV151.3748.78113.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 11 (4.69% from 255) = 3.32%
R=39.58%
G=57.10%
B=3.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131189110.3100.940.2679.558939.22
Hex83BDB1F05E1A505927
Octal203275133701363212013147
Binary1000001110111101101111111010111101101010100001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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