Html Css Color HEX #80AC90 Bay Leaf

📋 copy color: '#80AC90'

red 128 ◦ green 172 ◦ blue 144

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

Shades of Bay Leaf #80AC90

Tints of Bay Leaf #80AC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.74%

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

R = 28.83%
G = 38.74%
B = 32.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#80AC90 (or 0x80AC90) is known color: Bay Leaf. HEX triplet: 80, AC and 90. RGB value is (128,172,144). Sum of RGB (Red+Green+Blue) = 128+172+144=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC90 is #7F536F. Grayscale: #9B9B9B. Windows color (decimal): -8344432 or 9481344. OLE color: 9481344.

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

Color convert

RGB 128 172 144 -
CMYK 0.26 0 0.16 0.33
HSL 141.82º 0.21% 0.59% -
HSV(B) 141.82º 0.26% 0.67% -
XYZ 28.69 36.11 31.84 -
YUV 155.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 128 172 144 0.26 0 0.16 0.33 141.82 0.21 0.59
Hex 80 AC 90 1A 0 10 21 8E 15 3B
Octal 200 254 220 32 0 20 41 216 25 73
Binary 10000000 10101100 10010000 11010 0 10000 100001 10001110 10101 111011

Color Harmonies of #80AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC90

Black with #80AC90

Text Example


Text Example

White with #80AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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