Html Css Color HEX #819D8B Bay Leaf

📋 copy color: '#819D8B'

red 129 ◦ green 157 ◦ blue 139

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

Shades of Bay Leaf #819D8B

Tints of Bay Leaf #819D8B

RGB

 RED value IS 129 (50.78% from 255) = 30.35%

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

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 30.35%
G = 36.94%
B = 32.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#819D8B (or 0x819D8B) is known color: Bay Leaf. HEX triplet: 81, 9D and 8B. RGB value is (129,157,139). Sum of RGB (Red+Green+Blue) = 129+157+139=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #819D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819D8B is #7E6274. Grayscale: #929292. Windows color (decimal): -8282741 or 9149825. OLE color: 9149825.

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

Color convert

RGB 129 157 139 -
CMYK 0.18 0 0.11 0.38
HSL 141.43º 0.13% 0.56% -
HSV(B) 141.43º 0.18% 0.62% -
XYZ 25.77 30.65 28.98 -
YUV 146.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 129 157 139 0.18 0 0.11 0.38 141.43 0.13 0.56
Hex 81 9D 8B 12 0 B 26 8D C 38
Octal 201 235 213 22 0 13 46 215 14 70
Binary 10000001 10011101 10001011 10010 0 1011 100110 10001101 1100 111000

Color Harmonies of #819D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819D8B

Black with #819D8B

Text Example


Text Example

White with #819D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819D8B; }

 p { color: rgb(129,157,139); }

 H1.HeaderClassName
 {
   color: #819D8B;
 }
 .AnyTagClassName
 {
   color: #819D8B;
 }
</style>

background-color css

<style>
 a { background-color: #819D8B; }

 a { background-color: rgb(129,157,139); }

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

border-color css

<style>
 span { border-color: #819D8B; }

 span { border-color: rgb(129,157,139); }

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