Html Css Color HEX #80B290 Bay Leaf

📋 copy color: '#80B290'

red 128 ◦ green 178 ◦ blue 144

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

Shades of Bay Leaf #80B290

Tints of Bay Leaf #80B290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.56%

 BLUE value IS 144 (56.64% from 255) = 32%

R = 28.44%
G = 39.56%
B = 32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#80B290 (or 0x80B290) is known color: Bay Leaf. HEX triplet: 80, B2 and 90. RGB value is (128,178,144). Sum of RGB (Red+Green+Blue) = 128+178+144=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 178 - color contains mainly: green. Hex color #80B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B290 is #7F4D6F. Grayscale: #9F9F9F. Windows color (decimal): -8342896 or 9482880. OLE color: 9482880.

HSL color Cylindrical-coordinate representation of color #80B290: hue angle of 139.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B290 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 144 -
CMYK 0.28 0 0.19 0.30
HSL 139.2º 0.25% 0.6% -
HSV(B) 139.2º 0.28% 0.7% -
XYZ 29.86 38.44 32.23 -
YUV 159.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 128 178 144 0.28 0 0.19 0.30 139.2 0.25 0.6
Hex 80 B2 90 1C 0 13 1E 8B 19 3C
Octal 200 262 220 34 0 23 36 213 31 74
Binary 10000000 10110010 10010000 11100 0 10011 11110 10001011 11001 111100

Color Harmonies of #80B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B290

Black with #80B290

Text Example


Text Example

White with #80B290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,178,144); }

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

background-color css

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

 a { background-color: rgb(128,178,144); }

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

border-color css

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

 span { border-color: rgb(128,178,144); }

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