Html Css Color HEX #84AC91 Bay Leaf

📋 copy color: '#84AC91'

red 132 ◦ green 172 ◦ blue 145

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

Shades of Bay Leaf #84AC91

Tints of Bay Leaf #84AC91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.29%

R = 29.4%
G = 38.31%
B = 32.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#84AC91 (or 0x84AC91) is known color: Bay Leaf. HEX triplet: 84, AC and 91. RGB value is (132,172,145). Sum of RGB (Red+Green+Blue) = 132+172+145=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AC91 is #7B536E. Grayscale: #9D9D9D. Windows color (decimal): -8082287 or 9546884. OLE color: 9546884.

HSL color Cylindrical-coordinate representation of color #84AC91: hue angle of 139.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AC91 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 172 145 -
CMYK 0.23 0 0.16 0.33
HSL 139.5º 0.19% 0.6% -
HSV(B) 139.5º 0.23% 0.67% -
XYZ 29.38 36.45 32.28 -
YUV 156.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 132 172 145 0.23 0 0.16 0.33 139.5 0.19 0.6
Hex 84 AC 91 17 0 10 21 8C 13 3C
Octal 204 254 221 27 0 20 41 214 23 74
Binary 10000100 10101100 10010001 10111 0 10000 100001 10001100 10011 111100

Color Harmonies of #84AC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AC91

Black with #84AC91

Text Example


Text Example

White with #84AC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,172,145); }

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

background-color css

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

 a { background-color: rgb(132,172,145); }

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

border-color css

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

 span { border-color: rgb(132,172,145); }

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