Html Css Color HEX #819B8B Bay Leaf

📋 copy color: '#819B8B'

red 129 ◦ green 155 ◦ blue 139

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

Shades of Bay Leaf #819B8B

Tints of Bay Leaf #819B8B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

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

R = 30.5%
G = 36.64%
B = 32.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#819B8B (or 0x819B8B) is known color: 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

RGB 129 155 139 -
CMYK 0.17 0 0.10 0.39
HSL 143.08º 0.12% 0.56% -
HSV(B) 143.08º 0.17% 0.61% -
XYZ 25.43 29.97 28.87 -
YUV 145.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 129 155 139 0.17 0 0.10 0.39 143.08 0.12 0.56
Hex 81 9B 8B 11 0 A 27 8F C 38
Octal 201 233 213 21 0 12 47 217 14 70
Binary 10000001 10011011 10001011 10001 0 1010 100111 10001111 1100 111000

Color Harmonies of #819B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819B8B

Black with #819B8B

Text Example


Text Example

White with #819B8B

Text Example


Text Example

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