Html Css Color HEX #84A890 Bay Leaf

📋 copy color: '#84A890'

red 132 ◦ green 168 ◦ blue 144

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

Shades of Bay Leaf #84A890

Tints of Bay Leaf #84A890

RGB

 RED value IS 132 (51.95% from 255) = 29.73%

 GREEN value IS 168 (66.02% from 255) = 37.84%

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

R = 29.73%
G = 37.84%
B = 32.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#84A890 (or 0x84A890) is known color: Bay Leaf. HEX triplet: 84, A8 and 90. RGB value is (132,168,144). Sum of RGB (Red+Green+Blue) = 132+168+144=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 168 - color contains mainly: green. Hex color #84A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A890 is #7B576F. Grayscale: #9A9A9A. Windows color (decimal): -8083312 or 9480324. OLE color: 9480324.

HSL color Cylindrical-coordinate representation of color #84A890: hue angle of 140º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A890 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 168 144 -
CMYK 0.21 0 0.14 0.34
HSL 140º 0.17% 0.59% -
HSV(B) 140º 0.21% 0.66% -
XYZ 28.55 34.92 31.62 -
YUV 154.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 132 168 144 0.21 0 0.14 0.34 140 0.17 0.59
Hex 84 A8 90 15 0 E 22 8C 11 3B
Octal 204 250 220 25 0 16 42 214 21 73
Binary 10000100 10101000 10010000 10101 0 1110 100010 10001100 10001 111011

Color Harmonies of #84A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A890

Black with #84A890

Text Example


Text Example

White with #84A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A890; }

 p { color: rgb(132,168,144); }

 H1.HeaderClassName
 {
   color: #84A890;
 }
 .AnyTagClassName
 {
   color: #84A890;
 }
</style>

background-color css

<style>
 a { background-color: #84A890; }

 a { background-color: rgb(132,168,144); }

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

border-color css

<style>
 span { border-color: #84A890; }

 span { border-color: rgb(132,168,144); }

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