Html Css Color HEX #80AB89 Bay Leaf

📋 copy color: '#80AB89'

red 128 ◦ green 171 ◦ blue 137

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

Shades of Bay Leaf #80AB89

Tints of Bay Leaf #80AB89

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 29.36%
G = 39.22%
B = 31.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#80AB89 (or 0x80AB89) is known color: Bay Leaf. HEX triplet: 80, AB and 89. RGB value is (128,171,137). Sum of RGB (Red+Green+Blue) = 128+171+137=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AB89 is #7F5476. Grayscale: #9A9A9A. Windows color (decimal): -8344695 or 9022336. OLE color: 9022336.

HSL color Cylindrical-coordinate representation of color #80AB89: hue angle of 132.56º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AB89 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 171 137 -
CMYK 0.25 0 0.20 0.33
HSL 132.56º 0.2% 0.59% -
HSV(B) 132.56º 0.25% 0.67% -
XYZ 27.98 35.52 29.05 -
YUV 154.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 128 171 137 0.25 0 0.20 0.33 132.56 0.2 0.59
Hex 80 AB 89 19 0 14 21 85 14 3B
Octal 200 253 211 31 0 24 41 205 24 73
Binary 10000000 10101011 10001001 11001 0 10100 100001 10000101 10100 111011

Color Harmonies of #80AB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB89

Black with #80AB89

Text Example


Text Example

White with #80AB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,171,137); }

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

background-color css

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

 a { background-color: rgb(128,171,137); }

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

border-color css

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

 span { border-color: rgb(128,171,137); }

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