Html Css Color HEX #80BC8D Bay Leaf

📋 copy color: '#80BC8D'

red 128 ◦ green 188 ◦ blue 141

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

Shades of Bay Leaf #80BC8D

Tints of Bay Leaf #80BC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 28.01%
G = 41.14%
B = 30.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#80BC8D (or 0x80BC8D) is known color: Bay Leaf. HEX triplet: 80, BC and 8D. RGB value is (128,188,141). Sum of RGB (Red+Green+Blue) = 128+188+141=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BC8D is #7F4372. Grayscale: #A4A4A4. Windows color (decimal): -8340339 or 9288832. OLE color: 9288832.

HSL color Cylindrical-coordinate representation of color #80BC8D: hue angle of 133º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BC8D is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 141 -
CMYK 0.32 0 0.25 0.26
HSL 133º 0.31% 0.62% -
HSV(B) 133º 0.32% 0.74% -
XYZ 31.69 42.48 31.73 -
YUV 164.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 128 188 141 0.32 0 0.25 0.26 133 0.31 0.62
Hex 80 BC 8D 20 0 19 1A 85 1F 3E
Octal 200 274 215 40 0 31 32 205 37 76
Binary 10000000 10111100 10001101 100000 0 11001 11010 10000101 11111 111110

Color Harmonies of #80BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC8D

Black with #80BC8D

Text Example


Text Example

White with #80BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,141); }

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

background-color css

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

 a { background-color: rgb(128,188,141); }

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

border-color css

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

 span { border-color: rgb(128,188,141); }

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