#83AE90

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

Shades of Bay Leaf #83AE90

Tints of Bay Leaf #83AE90

Color information

#83AE90 (or 0x83AE90) is unknown color: approx Bay Leaf. HEX triplet: 83, AE and 90. RGB value is (131,174,144). Sum of RGB (Red+Green+Blue) = 131+174+144=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AE90 is #7C516F. Grayscale: #9D9D9D. Windows color (decimal): -8147312 or 9481859. OLE color: 9481859.

HSL color Cylindrical-coordinate representation of color #83AE90: hue angle of 138.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AE90 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB131174144-
CMYK0.2500.170.32
HSL138.14º20.98%59.8%-
HSV(B)138.14º24.71%68.24%-
XYZ29.5337.1131.99-
YUV157.72120.25108.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.18%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=29.18%
G=38.75%
B=32.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311741440.2500.170.32138.1420.9859.8
Hex83AE9019011208a153c
Octal20325622031021402122574
Binary100000111010111010010000110010100011000001000101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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