#83B38A

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

Shades of Envy #83B38A

Tints of Envy #83B38A

Color information

#83B38A (or 0x83B38A) is unknown color: approx Envy. HEX triplet: 83, B3 and 8A. RGB value is (131,179,138). Sum of RGB (Red+Green+Blue) = 131+179+138=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #83B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B38A is #7C4C75. Grayscale: #A0A0A0. Windows color (decimal): -8146038 or 9089923. OLE color: 9089923.

HSL color Cylindrical-coordinate representation of color #83B38A: hue angle of 128.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83B38A is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB131179138-
CMYK0.2700.230.30
HSL128.75º24%60.78%-
HSV(B)128.75º26.82%70.2%-
XYZ30.0738.929.97-
YUV159.97115.6107.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.24%
GREEN value IS 179 (70.31% from 255) = 39.96%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=29.24%
G=39.96%
B=30.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1311791380.2700.230.30128.752460.78
Hex83B38A1B0171E81183d
Octal20326321233027362013075
Binary10000011101100111000101011011010111111101000000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,179,138); }

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

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

 a { background-color: rgb(131,179,138); }

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

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

 span { border-color: rgb(131,179,138); }

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