#83B68B

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

Shades of Bay Leaf #83B68B

Tints of Bay Leaf #83B68B

Color information

#83B68B (or 0x83B68B) is unknown color: approx Bay Leaf. HEX triplet: 83, B6 and 8B. RGB value is (131,182,139). Sum of RGB (Red+Green+Blue) = 131+182+139=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #83B68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B68B is #7C4974. Grayscale: #A1A1A1. Windows color (decimal): -8145269 or 9156227. OLE color: 9156227.

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

Color convert

RGB131182139-
CMYK0.2800.240.29
HSL129.41º25.89%61.37%-
HSV(B)129.41º28.02%71.37%-
XYZ30.7540.1530.55-
YUV161.85115.1106-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.98%
GREEN value IS 182 (71.48% from 255) = 40.27%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=28.98%
G=40.27%
B=30.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311821390.2800.240.29129.4125.8961.37
Hex83B68B1C0181D811a3d
Octal20326621334030352013275
Binary10000011101101101000101111100011000111011000000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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