Html Css Color HEX #839D8D Bay Leaf

📋 copy color: '#839D8D'

red 131 ◦ green 157 ◦ blue 141

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

Shades of Bay Leaf #839D8D

Tints of Bay Leaf #839D8D

RGB

 RED value IS 131 (51.56% from 255) = 30.54%

 GREEN value IS 157 (61.72% from 255) = 36.6%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 30.54%
G = 36.6%
B = 32.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#839D8D (or 0x839D8D) is known color: Bay Leaf. HEX triplet: 83, 9D and 8D. RGB value is (131,157,141). Sum of RGB (Red+Green+Blue) = 131+157+141=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #839D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D8D is #7C6272. Grayscale: #939393. Windows color (decimal): -8151667 or 9280899. OLE color: 9280899.

HSL color Cylindrical-coordinate representation of color #839D8D: hue angle of 143.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839D8D is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 157 141 -
CMYK 0.17 0 0.10 0.38
HSL 143.08º 0.12% 0.56% -
HSV(B) 143.08º 0.17% 0.62% -
XYZ 26.22 30.86 29.77 -
YUV 147.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 131 157 141 0.17 0 0.10 0.38 143.08 0.12 0.56
Hex 83 9D 8D 11 0 A 26 8F C 38
Octal 203 235 215 21 0 12 46 217 14 70
Binary 10000011 10011101 10001101 10001 0 1010 100110 10001111 1100 111000

Color Harmonies of #839D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839D8D

Black with #839D8D

Text Example


Text Example

White with #839D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839D8D; }

 p { color: rgb(131,157,141); }

 H1.HeaderClassName
 {
   color: #839D8D;
 }
 .AnyTagClassName
 {
   color: #839D8D;
 }
</style>

background-color css

<style>
 a { background-color: #839D8D; }

 a { background-color: rgb(131,157,141); }

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

border-color css

<style>
 span { border-color: #839D8D; }

 span { border-color: rgb(131,157,141); }

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