#83BC8D

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

Shades of Bay Leaf #83BC8D

Tints of Bay Leaf #83BC8D

Color information

#83BC8D (or 0x83BC8D) is unknown color: approx Bay Leaf. HEX triplet: 83, BC and 8D. RGB value is (131,188,141). Sum of RGB (Red+Green+Blue) = 131+188+141=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC8D is #7C4372. Grayscale: #A5A5A5. Windows color (decimal): -8143731 or 9288835. OLE color: 9288835.

HSL color Cylindrical-coordinate representation of color #83BC8D: hue angle of 130.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BC8D is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB131188141-
CMYK0.3000.250.26
HSL130.53º29.84%62.55%-
HSV(B)130.53º30.32%73.73%-
XYZ32.1542.7131.75-
YUV165.6114.12103.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 188 (73.83% from 255) = 40.87%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=28.48%
G=40.87%
B=30.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311881410.3000.250.26130.5329.8462.55
Hex83BC8D1E0191A831e3f
Octal20327421536031322033677
Binary10000011101111001000110111110011001110101000001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,188,141); }

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

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

 a { background-color: rgb(131,188,141); }

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

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

 span { border-color: rgb(131,188,141); }

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