#83B48B

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

Shades of Bay Leaf #83B48B

Tints of Bay Leaf #83B48B

Color information

#83B48B (or 0x83B48B) is unknown color: approx Bay Leaf. HEX triplet: 83, B4 and 8B. RGB value is (131,180,139). Sum of RGB (Red+Green+Blue) = 131+180+139=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #83B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B48B is #7C4B74. Grayscale: #A0A0A0. Windows color (decimal): -8145781 or 9155715. OLE color: 9155715.

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

Color convert

RGB131180139-
CMYK0.2700.230.29
HSL129.8º24.62%60.98%-
HSV(B)129.8º27.22%70.59%-
XYZ30.3439.3330.42-
YUV160.68115.77106.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.11%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=29.11%
G=40%
B=30.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311801390.2700.230.29129.824.6260.98
Hex83B48B1B0171D82193d
Octal20326421333027352023175
Binary10000011101101001000101111011010111111011000001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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