#84C691

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

Shades of De York #84C691

Tints of De York #84C691

Color information

#84C691 (or 0x84C691) is unknown color: approx De York. HEX triplet: 84, C6 and 91. RGB value is (132,198,145). Sum of RGB (Red+Green+Blue) = 132+198+145=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #84C691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C691 is #7B396E. Grayscale: #ACACAC. Windows color (decimal): -8075631 or 9553540. OLE color: 9553540.

HSL color Cylindrical-coordinate representation of color #84C691: hue angle of 131.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C691 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB132198145-
CMYK0.3300.270.22
HSL131.82º36.67%64.71%-
HSV(B)131.82º33.33%77.65%-
XYZ34.8247.3434.09-
YUV172.22112.6399.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=27.79%
G=41.68%
B=30.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321981450.3300.270.22131.8236.6764.71
Hex84C6912101B16842541
Octal204306221410332620445101
Binary10000100110001101001000110000101101110110100001001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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