#83B990

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

Shades of Bay Leaf #83B990

Tints of Bay Leaf #83B990

Color information

#83B990 (or 0x83B990) is unknown color: approx Bay Leaf. HEX triplet: 83, B9 and 90. RGB value is (131,185,144). Sum of RGB (Red+Green+Blue) = 131+185+144=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #83B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B990 is #7C466F. Grayscale: #A4A4A4. Windows color (decimal): -8144496 or 9484675. OLE color: 9484675.

HSL color Cylindrical-coordinate representation of color #83B990: hue angle of 134.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83B990 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB131185144-
CMYK0.2900.220.27
HSL134.44º27.84%61.96%-
HSV(B)134.44º29.19%72.55%-
XYZ31.7441.5432.73-
YUV164.18116.61104.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=28.48%
G=40.22%
B=31.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311851440.2900.220.27134.4427.8461.96
Hex83B9901D0161B861c3e
Octal20327122035026332063476
Binary10000011101110011001000011101010110110111000011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,185,144); }

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

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

 a { background-color: rgb(131,185,144); }

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

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

 span { border-color: rgb(131,185,144); }

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