Html Css Color HEX #80B188 Bay Leaf

📋 copy color: '#80B188'

red 128 ◦ green 177 ◦ blue 136

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

Shades of Bay Leaf #80B188

Tints of Bay Leaf #80B188

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.14%

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 29.02%
G = 40.14%
B = 30.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#80B188 (or 0x80B188) is known color: Bay Leaf. HEX triplet: 80, B1 and 88. RGB value is (128,177,136). Sum of RGB (Red+Green+Blue) = 128+177+136=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #80B188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B188 is #7F4E77. Grayscale: #9D9D9D. Windows color (decimal): -8343160 or 8958336. OLE color: 8958336.

HSL color Cylindrical-coordinate representation of color #80B188: hue angle of 129.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B188 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 177 136 -
CMYK 0.28 0 0.23 0.31
HSL 129.8º 0.24% 0.6% -
HSV(B) 129.8º 0.28% 0.69% -
XYZ 29.07 37.81 29.06 -
YUV 157.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 128 177 136 0.28 0 0.23 0.31 129.8 0.24 0.6
Hex 80 B1 88 1C 0 17 1F 82 18 3C
Octal 200 261 210 34 0 27 37 202 30 74
Binary 10000000 10110001 10001000 11100 0 10111 11111 10000010 11000 111100

Color Harmonies of #80B188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B188

Black with #80B188

Text Example


Text Example

White with #80B188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B188; }

 p { color: rgb(128,177,136); }

 H1.HeaderClassName
 {
   color: #80B188;
 }
 .AnyTagClassName
 {
   color: #80B188;
 }
</style>

background-color css

<style>
 a { background-color: #80B188; }

 a { background-color: rgb(128,177,136); }

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

border-color css

<style>
 span { border-color: #80B188; }

 span { border-color: rgb(128,177,136); }

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