Html Css Color HEX #80BA92 Bay Leaf

📋 copy color: '#80BA92'

red 128 ◦ green 186 ◦ blue 146

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

Shades of Bay Leaf #80BA92

Tints of Bay Leaf #80BA92

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

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

R = 27.83%
G = 40.43%
B = 31.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#80BA92 (or 0x80BA92) is known color: Bay Leaf. HEX triplet: 80, BA and 92. RGB value is (128,186,146). Sum of RGB (Red+Green+Blue) = 128+186+146=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA92 is #7F456D. Grayscale: #A4A4A4. Windows color (decimal): -8340846 or 9616000. OLE color: 9616000.

HSL color Cylindrical-coordinate representation of color #80BA92: hue angle of 138.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BA92 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 146 -
CMYK 0.31 0 0.22 0.27
HSL 138.62º 0.3% 0.62% -
HSV(B) 138.62º 0.31% 0.73% -
XYZ 31.65 41.78 33.59 -
YUV 164.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 128 186 146 0.31 0 0.22 0.27 138.62 0.3 0.62
Hex 80 BA 92 1F 0 16 1B 8B 1E 3E
Octal 200 272 222 37 0 26 33 213 36 76
Binary 10000000 10111010 10010010 11111 0 10110 11011 10001011 11110 111110

Color Harmonies of #80BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA92

Black with #80BA92

Text Example


Text Example

White with #80BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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