#84BB92

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

Shades of Bay Leaf #84BB92

Tints of Bay Leaf #84BB92

Color information

#84BB92 (or 0x84BB92) is unknown color: approx Bay Leaf. HEX triplet: 84, BB and 92. RGB value is (132,187,146). Sum of RGB (Red+Green+Blue) = 132+187+146=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BB92 is #7B446D. Grayscale: #A5A5A5. Windows color (decimal): -8078446 or 9616260. OLE color: 9616260.

HSL color Cylindrical-coordinate representation of color #84BB92: hue angle of 135.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BB92 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB132187146-
CMYK0.2900.220.27
HSL135.27º28.8%62.55%-
HSV(B)135.27º29.41%73.33%-
XYZ32.4742.5233.69-
YUV165.88116.78103.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=28.39%
G=40.22%
B=31.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321871460.2900.220.27135.2728.862.55
Hex84BB921D0161B871d3f
Octal20427322235026332073577
Binary10000100101110111001001011101010110110111000011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,187,146); }

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

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

 a { background-color: rgb(132,187,146); }

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

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

 span { border-color: rgb(132,187,146); }

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