#84B38D

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

Shades of Bay Leaf #84B38D

Tints of Bay Leaf #84B38D

Color information

#84B38D (or 0x84B38D) is unknown color: approx Bay Leaf. HEX triplet: 84, B3 and 8D. RGB value is (132,179,141). Sum of RGB (Red+Green+Blue) = 132+179+141=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #84B38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B38D is #7B4C72. Grayscale: #A0A0A0. Windows color (decimal): -8080499 or 9286532. OLE color: 9286532.

HSL color Cylindrical-coordinate representation of color #84B38D: hue angle of 131.49º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B38D is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB132179141-
CMYK0.2600.210.30
HSL131.49º23.62%60.98%-
HSV(B)131.49º26.26%70.2%-
XYZ30.4439.0731.14-
YUV160.62116.93107.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 179 (70.31% from 255) = 39.60%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=29.20%
G=39.60%
B=31.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321791410.2600.210.30131.4923.6260.98
Hex84B38D1A0151E83183d
Octal20426321532025362033075
Binary10000100101100111000110111010010101111101000001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B38D; }

 p { color: rgb(132,179,141); }

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

<style>
 a { background-color: #84B38D; }

 a { background-color: rgb(132,179,141); }

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

<style>
 span { border-color: #84B38D; }

 span { border-color: rgb(132,179,141); }

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