#84AF91

Color #84AF91 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #84AF91

Tints of Bay Leaf #84AF91

Color information

#84AF91 (or 0x84AF91) is unknown color: approx Bay Leaf. HEX triplet: 84, AF and 91. RGB value is (132,175,145). Sum of RGB (Red+Green+Blue) = 132+175+145=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF91 is #7B506E. Grayscale: #9E9E9E. Windows color (decimal): -8081519 or 9547652. OLE color: 9547652.

HSL color Cylindrical-coordinate representation of color #84AF91: hue angle of 138.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84AF91 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB132175145-
CMYK0.2500.170.31
HSL138.14º21.18%60.2%-
HSV(B)138.14º24.57%68.63%-
XYZ29.9637.6132.47-
YUV158.72120.25108.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 145 (57.03% from 255) = 32.08%
R=29.20%
G=38.72%
B=32.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751450.2500.170.31138.1421.1860.2
Hex84AF91190111F8a153c
Octal20425722131021372122574
Binary10000100101011111001000111001010001111111000101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84AF91;
 }
 .AnyTagClassName
 {
   color: #84AF91;
 }
</style>
background-color css

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

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

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

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

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

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