Html Css Color HEX #84B68D Bay Leaf

📋 copy color: '#84B68D'

red 132 ◦ green 182 ◦ blue 141

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

Shades of Bay Leaf #84B68D

Tints of Bay Leaf #84B68D

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 value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#84B68D (or 0x84B68D) is known color: 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

RGB 132 182 141 -
CMYK 0.27 0 0.23 0.29
HSL 130.8º 0.26% 0.62% -
HSV(B) 130.8º 0.27% 0.71% -
XYZ 31.05 40.28 31.34 -
YUV 162.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 132 182 141 0.27 0 0.23 0.29 130.8 0.26 0.62
Hex 84 B6 8D 1B 0 17 1D 83 1A 3E
Octal 204 266 215 33 0 27 35 203 32 76
Binary 10000100 10110110 10001101 11011 0 10111 11101 10000011 11010 111110

Color Harmonies of #84B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B68D

Black with #84B68D

Text Example


Text Example

White with #84B68D

Text Example


Text Example

HTML Codes & Css Web 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>