Html Css Color HEX #84B491 Bay Leaf

📋 copy color: '#84B491'

red 132 ◦ green 180 ◦ blue 145

#84B491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #84B491

Tints of Bay Leaf #84B491

RGB

 RED value IS 132 (51.95% from 255) = 28.88%

 GREEN value IS 180 (70.7% from 255) = 39.39%

 BLUE value IS 145 (57.03% from 255) = 31.73%

R = 28.88%
G = 39.39%
B = 31.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#84B491 (or 0x84B491) is known color: Bay Leaf. HEX triplet: 84, B4 and 91. RGB value is (132,180,145). Sum of RGB (Red+Green+Blue) = 132+180+145=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #84B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B491 is #7B4B6E. Grayscale: #A1A1A1. Windows color (decimal): -8080239 or 9548932. OLE color: 9548932.

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

Color convert

RGB 132 180 145 -
CMYK 0.27 0 0.19 0.29
HSL 136.25º 0.24% 0.61% -
HSV(B) 136.25º 0.27% 0.71% -
XYZ 30.95 39.59 32.8 -
YUV 161.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 132 180 145 0.27 0 0.19 0.29 136.25 0.24 0.61
Hex 84 B4 91 1B 0 13 1D 88 18 3D
Octal 204 264 221 33 0 23 35 210 30 75
Binary 10000100 10110100 10010001 11011 0 10011 11101 10001000 11000 111101

Color Harmonies of #84B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B491

Black with #84B491

Text Example


Text Example

White with #84B491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,180,145); }

 H1.HeaderClassName
 {
   color: #84B491;
 }
 .AnyTagClassName
 {
   color: #84B491;
 }
</style>

background-color css

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

 a { background-color: rgb(132,180,145); }

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

border-color css

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

 span { border-color: rgb(132,180,145); }

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