#83B740

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

Shades of Chelsea Cucumber #83B740

Tints of Chelsea Cucumber #83B740

Color information

#83B740 (or 0x83B740) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, B7 and 40. RGB value is (131,183,64). Sum of RGB (Red+Green+Blue) = 131+183+64=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #83B740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B740 is #7C48BF. Grayscale: #9A9A9A. Windows color (decimal): -8145088 or 4241283. OLE color: 4241283.

HSL color Cylindrical-coordinate representation of color #83B740: hue angle of 86.22º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83B740 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB13118364-
CMYK0.2800.650.28
HSL86.22º48.18%48.43%-
HSV(B)86.22º65.03%71.76%-
XYZ27.2239.0610.96-
YUV153.8977.27111.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 183 (71.88% from 255) = 48.41%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=34.66%
G=48.41%
B=16.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131183640.2800.650.2886.2248.1848.43
Hex83B7401C0411C563030
Octal203267100340101341266060
Binary100000111011011110000001110001000001111001010110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,183,64); }

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

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

 a { background-color: rgb(131,183,64); }

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

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

 span { border-color: rgb(131,183,64); }

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