#84c585

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

Shades of De York #84C585

Tints of De York #84C585

Color information

#84C585 (or 0x84C585) is unknown color: approx De York. HEX triplet: 84, C5 and 85. RGB value is (132,197,133). Sum of RGB (Red+Green+Blue) = 132+197+133=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #84C585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C585 is #7B3A7A. Grayscale: #AAAAAA. Windows color (decimal): -8075899 or 8766852. OLE color: 8766852.

HSL color Cylindrical-coordinate representation of color #84C585: hue angle of 120.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C585 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB132197133-
CMYK0.3300.320.23
HSL120.92º35.91%64.51%-
HSV(B)120.92º32.99%77.25%-
XYZ33.7246.5329.39-
YUV170.27106.97100.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=28.57%
G=42.64%
B=28.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321971330.3300.320.23120.9235.9164.51
Hex84C5852102017792441
Octal204305205410402717144101
Binary10000100110001011000010110000101000001011111110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84c585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,197,133); }

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

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

 a { background-color: rgb(132,197,133); }

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

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

 span { border-color: rgb(132,197,133); }

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