#819B8B

Color #819B8B Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #819B8B

Tints of Bay Leaf #819B8B

Color information

#819B8B (or 0x819B8B) is unknown color: approx Bay Leaf. HEX triplet: 81, 9B and 8B. RGB value is (129,155,139). Sum of RGB (Red+Green+Blue) = 129+155+139=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #819B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819B8B is #7E6474. Grayscale: #919191. Windows color (decimal): -8283253 or 9149313. OLE color: 9149313.

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

Color convert

RGB129155139-
CMYK0.1700.100.39
HSL143.08º11.5%55.69%-
HSV(B)143.08º16.77%60.78%-
XYZ25.4329.9728.87-
YUV145.4124.39116.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=30.50%
G=36.64%
B=32.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291551390.1700.100.39143.0811.555.69
Hex819B8B110A278fc38
Octal20123321321012472171470
Binary1000000110011011100010111000101010100111100011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #819B8B;
 }
 .AnyTagClassName
 {
   color: #819B8B;
 }
</style>
background-color css

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

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

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

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

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

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