Html Css Color HEX #80BF92 Bay Leaf

📋 copy color: '#80BF92'

red 128 ◦ green 191 ◦ blue 146

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

Shades of Bay Leaf #80BF92

Tints of Bay Leaf #80BF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.4%

R = 27.53%
G = 41.08%
B = 31.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#80BF92 (or 0x80BF92) is known color: Bay Leaf. HEX triplet: 80, BF and 92. RGB value is (128,191,146). Sum of RGB (Red+Green+Blue) = 128+191+146=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF92 is #7F406D. Grayscale: #A7A7A7. Windows color (decimal): -8339566 or 9617280. OLE color: 9617280.

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

Color convert

RGB 128 191 146 -
CMYK 0.33 0 0.24 0.25
HSL 137.14º 0.33% 0.63% -
HSV(B) 137.14º 0.33% 0.75% -
XYZ 32.72 43.93 33.95 -
YUV 167.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 128 191 146 0.33 0 0.24 0.25 137.14 0.33 0.63
Hex 80 BF 92 21 0 18 19 89 21 3F
Octal 200 277 222 41 0 30 31 211 41 77
Binary 10000000 10111111 10010010 100001 0 11000 11001 10001001 100001 111111

Color Harmonies of #80BF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF92

Black with #80BF92

Text Example


Text Example

White with #80BF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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