Html Css Color HEX #809B8B Bay Leaf

📋 copy color: '#809B8B'

red 128 ◦ green 155 ◦ blue 139

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

Shades of Bay Leaf #809B8B

Tints of Bay Leaf #809B8B

RGB

 RED value IS 128 (50.39% from 255) = 30.33%

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

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

R = 30.33%
G = 36.73%
B = 32.94%

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

#809B8B (or 0x809B8B) is known color: Bay Leaf. HEX triplet: 80, 9B and 8B. RGB value is (128,155,139). Sum of RGB (Red+Green+Blue) = 128+155+139=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #809B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B8B is #7F6474. Grayscale: #919191. Windows color (decimal): -8348789 or 9149312. OLE color: 9149312.

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

Color convert

RGB 128 155 139 -
CMYK 0.17 0 0.10 0.39
HSL 144.44º 0.12% 0.55% -
HSV(B) 144.44º 0.17% 0.61% -
XYZ 25.28 29.9 28.86 -
YUV 145.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 128 155 139 0.17 0 0.10 0.39 144.44 0.12 0.55
Hex 80 9B 8B 11 0 A 27 90 C 37
Octal 200 233 213 21 0 12 47 220 14 67
Binary 10000000 10011011 10001011 10001 0 1010 100111 10010000 1100 110111

Color Harmonies of #809B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B8B

Black with #809B8B

Text Example


Text Example

White with #809B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #809B8B;
 }
 .AnyTagClassName
 {
   color: #809B8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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