#83B64D

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

Shades of Chelsea Cucumber #83B64D

Tints of Chelsea Cucumber #83B64D

Color information

#83B64D (or 0x83B64D) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, B6 and 4D. RGB value is (131,182,77). Sum of RGB (Red+Green+Blue) = 131+182+77=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #83B64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B64D is #7C49B2. Grayscale: #9B9B9B. Windows color (decimal): -8145331 or 5092995. OLE color: 5092995.

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

Color convert

RGB13118277-
CMYK0.2800.580.29
HSL89.14º41.83%50.78%-
HSV(B)89.14º57.69%71.37%-
XYZ27.4338.8213.07-
YUV154.7884.1111.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 182 (71.48% from 255) = 46.67%
BLUE value IS 77 (30.47% from 255) = 19.74%
R=33.59%
G=46.67%
B=19.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131182770.2800.580.2989.1441.8350.78
Hex83B64D1C03A1D592a33
Octal20326611534072351315263
Binary10000011101101101001101111000111010111011011001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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