#83B98F

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

Shades of Bay Leaf #83B98F

Tints of Bay Leaf #83B98F

Color information

#83B98F (or 0x83B98F) is unknown color: approx Bay Leaf. HEX triplet: 83, B9 and 8F. RGB value is (131,185,143). Sum of RGB (Red+Green+Blue) = 131+185+143=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #83B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B98F is #7C4670. Grayscale: #A4A4A4. Windows color (decimal): -8144497 or 9419139. OLE color: 9419139.

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

Color convert

RGB131185143-
CMYK0.2900.230.27
HSL133.33º27.84%61.96%-
HSV(B)133.33º29.19%72.55%-
XYZ31.6741.5132.33-
YUV164.07116.11104.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 143 (56.25% from 255) = 31.15%
R=28.54%
G=40.31%
B=31.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311851430.2900.230.27133.3327.8461.96
Hex83B98F1D0171B851c3e
Octal20327121735027332053476
Binary10000011101110011000111111101010111110111000010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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