#83B608

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

Shades of Lima #83B608

Tints of Lima #83B608

Color information

#83B608 (or 0x83B608) is unknown color: approx Lima. HEX triplet: 83, B6 and 08. RGB value is (131,182,8). Sum of RGB (Red+Green+Blue) = 131+182+8=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #83B608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B608 is #7C49F7. Grayscale: #939393. Windows color (decimal): -8145400 or 571011. OLE color: 571011.

HSL color Cylindrical-coordinate representation of color #83B608: hue angle of 77.59º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83B608 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1311828-
CMYK0.2800.960.29
HSL77.59º91.58%37.25%-
HSV(B)77.59º95.6%71.37%-
XYZ26.1338.36.24-
YUV146.9249.6116.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 182 (71.48% from 255) = 56.70%
BLUE value IS 8 (3.52% from 255) = 2.49%
R=40.81%
G=56.70%
B=2.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13118280.2800.960.2977.5991.5837.25
Hex83B681C0601D4e5c25
Octal203266103401403511613445
Binary1000001110110110100011100011000001110110011101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,182,8); }

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

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

 a { background-color: rgb(131,182,8); }

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

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

 span { border-color: rgb(131,182,8); }

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