#83A48F

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

Shades of Bay Leaf #83A48F

Tints of Bay Leaf #83A48F

Color information

#83A48F (or 0x83A48F) is unknown color: approx Bay Leaf. HEX triplet: 83, A4 and 8F. RGB value is (131,164,143). Sum of RGB (Red+Green+Blue) = 131+164+143=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #83A48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A48F is #7C5B70. Grayscale: #979797. Windows color (decimal): -8149873 or 9413763. OLE color: 9413763.

HSL color Cylindrical-coordinate representation of color #83A48F: hue angle of 141.82º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83A48F is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB131164143-
CMYK0.2000.130.36
HSL141.82º15.35%57.84%-
HSV(B)141.82º20.12%64.31%-
XYZ27.5933.3630.97-
YUV151.74123.07113.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=29.91%
G=37.44%
B=32.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311641430.2000.130.36141.8215.3557.84
Hex83A48F140D248ef3a
Octal20324421724015442161772
Binary1000001110100100100011111010001101100100100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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