#84C48B

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

Shades of De York #84C48B

Tints of De York #84C48B

Color information

#84C48B (or 0x84C48B) is unknown color: approx De York. HEX triplet: 84, C4 and 8B. RGB value is (132,196,139). Sum of RGB (Red+Green+Blue) = 132+196+139=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #84C48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C48B is #7B3B74. Grayscale: #AAAAAA. Windows color (decimal): -8076149 or 9159812. OLE color: 9159812.

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

Color convert

RGB132196139-
CMYK0.3300.290.23
HSL126.56º35.16%64.31%-
HSV(B)126.56º32.65%76.86%-
XYZ33.9246.2531.57-
YUV170.37110.3100.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 196 (76.95% from 255) = 41.97%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=28.27%
G=41.97%
B=29.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321961390.3300.290.23126.5635.1664.31
Hex84C48B2101D177f2340
Octal204304213410352717743100
Binary1000010011000100100010111000010111011011111111111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,196,139); }

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

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

 a { background-color: rgb(132,196,139); }

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

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

 span { border-color: rgb(132,196,139); }

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