#84AF92

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

Shades of Bay Leaf #84AF92

Tints of Bay Leaf #84AF92

Color information

#84AF92 (or 0x84AF92) is unknown color: approx Bay Leaf. HEX triplet: 84, AF and 92. RGB value is (132,175,146). Sum of RGB (Red+Green+Blue) = 132+175+146=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF92 is #7B506D. Grayscale: #9E9E9E. Windows color (decimal): -8081518 or 9613188. OLE color: 9613188.

HSL color Cylindrical-coordinate representation of color #84AF92: hue angle of 139.53º 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 #84AF92 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB132175146-
CMYK0.2500.170.31
HSL139.53º21.18%60.2%-
HSV(B)139.53º24.57%68.63%-
XYZ30.0337.6432.88-
YUV158.84120.75108.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.14%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=29.14%
G=38.63%
B=32.23%

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
Decimal1321751460.2500.170.31139.5321.1860.2
Hex84AF92190111F8c153c
Octal20425722231021372142574
Binary10000100101011111001001011001010001111111000110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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