#83B492

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

Shades of Bay Leaf #83B492

Tints of Bay Leaf #83B492

Color information

#83B492 (or 0x83B492) is unknown color: approx Bay Leaf. HEX triplet: 83, B4 and 92. RGB value is (131,180,146). Sum of RGB (Red+Green+Blue) = 131+180+146=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #83B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B492 is #7C4B6D. Grayscale: #A1A1A1. Windows color (decimal): -8145774 or 9614467. OLE color: 9614467.

HSL color Cylindrical-coordinate representation of color #83B492: hue angle of 138.37º 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 #83B492 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB131180146-
CMYK0.2700.190.29
HSL138.37º24.62%60.98%-
HSV(B)138.37º27.22%70.59%-
XYZ30.8739.5433.2-
YUV161.47119.27106.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=28.67%
G=39.39%
B=31.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311801460.2700.190.29138.3724.6260.98
Hex83B4921B0131D8a193d
Octal20326422233023352123175
Binary10000011101101001001001011011010011111011000101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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