Html Css Color HEX #839D8E Bay Leaf

📋 copy color: '#839D8E'

red 131 ◦ green 157 ◦ blue 142

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

Shades of Bay Leaf #839D8E

Tints of Bay Leaf #839D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 30.47%
G = 36.51%
B = 33.02%

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

#839D8E (or 0x839D8E) is known color: Bay Leaf. HEX triplet: 83, 9D and 8E. RGB value is (131,157,142). Sum of RGB (Red+Green+Blue) = 131+157+142=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #839D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D8E is #7C6271. Grayscale: #939393. Windows color (decimal): -8151666 or 9346435. OLE color: 9346435.

HSL color Cylindrical-coordinate representation of color #839D8E: hue angle of 145.38º 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 #839D8E is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 157 142 -
CMYK 0.17 0 0.10 0.38
HSL 145.38º 0.12% 0.56% -
HSV(B) 145.38º 0.17% 0.62% -
XYZ 26.3 30.89 30.17 -
YUV 147.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 131 157 142 0.17 0 0.10 0.38 145.38 0.12 0.56
Hex 83 9D 8E 11 0 A 26 91 C 38
Octal 203 235 216 21 0 12 46 221 14 70
Binary 10000011 10011101 10001110 10001 0 1010 100110 10010001 1100 111000

Color Harmonies of #839D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839D8E

Black with #839D8E

Text Example


Text Example

White with #839D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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