Html Css Color HEX #80BF8E Bay Leaf

📋 copy color: '#80BF8E'

red 128 ◦ green 191 ◦ blue 142

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

Shades of Bay Leaf #80BF8E

Tints of Bay Leaf #80BF8E

RGB

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

 GREEN value IS 191 (75% from 255) = 41.43%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 27.77%
G = 41.43%
B = 30.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#80BF8E (or 0x80BF8E) is known color: Bay Leaf. HEX triplet: 80, BF and 8E. RGB value is (128,191,142). Sum of RGB (Red+Green+Blue) = 128+191+142=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF8E is #7F4071. Grayscale: #A6A6A6. Windows color (decimal): -8339570 or 9355136. OLE color: 9355136.

HSL color Cylindrical-coordinate representation of color #80BF8E: hue angle of 133.33º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BF8E is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 142 -
CMYK 0.33 0 0.26 0.25
HSL 133.33º 0.33% 0.63% -
HSV(B) 133.33º 0.33% 0.75% -
XYZ 32.42 43.8 32.34 -
YUV 166.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 128 191 142 0.33 0 0.26 0.25 133.33 0.33 0.63
Hex 80 BF 8E 21 0 1A 19 85 21 3F
Octal 200 277 216 41 0 32 31 205 41 77
Binary 10000000 10111111 10001110 100001 0 11010 11001 10000101 100001 111111

Color Harmonies of #80BF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF8E

Black with #80BF8E

Text Example


Text Example

White with #80BF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,142); }

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

background-color css

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

 a { background-color: rgb(128,191,142); }

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

border-color css

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

 span { border-color: rgb(128,191,142); }

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