#84B68D

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

Shades of Bay Leaf #84B68D

Tints of Bay Leaf #84B68D

Color information

#84B68D (or 0x84B68D) is unknown color: approx Bay Leaf. HEX triplet: 84, B6 and 8D. RGB value is (132,182,141). Sum of RGB (Red+Green+Blue) = 132+182+141=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #84B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B68D is #7B4972. Grayscale: #A2A2A2. Windows color (decimal): -8079731 or 9287300. OLE color: 9287300.

HSL color Cylindrical-coordinate representation of color #84B68D: hue angle of 130.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B68D is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB132182141-
CMYK0.2700.230.29
HSL130.8º25.51%61.57%-
HSV(B)130.8º27.47%71.37%-
XYZ31.0540.2831.34-
YUV162.38115.94106.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=29.01%
G=40%
B=30.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321821410.2700.230.29130.825.5161.57
Hex84B68D1B0171D831a3e
Octal20426621533027352033276
Binary10000100101101101000110111011010111111011000001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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