Html Css Color HEX #80BF8D Bay Leaf

📋 copy color: '#80BF8D'

red 128 ◦ green 191 ◦ blue 141

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

Shades of Bay Leaf #80BF8D

Tints of Bay Leaf #80BF8D

RGB

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

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

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

R = 27.83%
G = 41.52%
B = 30.65%

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

#80BF8D (or 0x80BF8D) is known color: Bay Leaf. HEX triplet: 80, BF and 8D. RGB value is (128,191,141). Sum of RGB (Red+Green+Blue) = 128+191+141=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF8D is #7F4072. Grayscale: #A6A6A6. Windows color (decimal): -8339571 or 9289600. OLE color: 9289600.

HSL color Cylindrical-coordinate representation of color #80BF8D: hue angle of 132.38º 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 #80BF8D is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 141 -
CMYK 0.33 0 0.26 0.25
HSL 132.38º 0.33% 0.63% -
HSV(B) 132.38º 0.33% 0.75% -
XYZ 32.34 43.77 31.94 -
YUV 166.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 128 191 141 0.33 0 0.26 0.25 132.38 0.33 0.63
Hex 80 BF 8D 21 0 1A 19 84 21 3F
Octal 200 277 215 41 0 32 31 204 41 77
Binary 10000000 10111111 10001101 100001 0 11010 11001 10000100 100001 111111

Color Harmonies of #80BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF8D

Black with #80BF8D

Text Example


Text Example

White with #80BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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