#84B090

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

Shades of Bay Leaf #84B090

Tints of Bay Leaf #84B090

Color information

#84B090 (or 0x84B090) is unknown color: approx Bay Leaf. HEX triplet: 84, B0 and 90. RGB value is (132,176,144). Sum of RGB (Red+Green+Blue) = 132+176+144=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #84B090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B090 is #7B4F6F. Grayscale: #9F9F9F. Windows color (decimal): -8081264 or 9482372. OLE color: 9482372.

HSL color Cylindrical-coordinate representation of color #84B090: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84B090 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB132176144-
CMYK0.2500.180.31
HSL136.36º21.78%60.39%-
HSV(B)136.36º25%69.02%-
XYZ30.0837.9732.13-
YUV159.2119.42108.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=29.20%
G=38.94%
B=31.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321761440.2500.180.31136.3621.7860.39
Hex84B090190121F88163c
Octal20426022031022372102674
Binary10000100101100001001000011001010010111111000100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,176,144); }

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

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

 a { background-color: rgb(132,176,144); }

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

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

 span { border-color: rgb(132,176,144); }

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