#84BF86

Color #84BF86 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #84BF86

Tints of De York #84BF86

Color information

#84BF86 (or 0x84BF86) is unknown color: approx De York. HEX triplet: 84, BF and 86. RGB value is (132,191,134). Sum of RGB (Red+Green+Blue) = 132+191+134=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF86 is #7B4079. Grayscale: #A7A7A7. Windows color (decimal): -8077434 or 8830852. OLE color: 8830852.

HSL color Cylindrical-coordinate representation of color #84BF86: hue angle of 122.03º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BF86 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB132191134-
CMYK0.3100.300.25
HSL122.03º31.55%63.33%-
HSV(B)122.03º30.89%74.9%-
XYZ32.4543.8929.32-
YUV166.86109.45103.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=28.88%
G=41.79%
B=29.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321911340.3100.300.25122.0331.5563.33
Hex84BF861F01E197a203f
Octal20427720637036311724077
Binary10000100101111111000011011111011110110011111010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,191,134); }

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

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

 a { background-color: rgb(132,191,134); }

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

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

 span { border-color: rgb(132,191,134); }

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