#84C58B

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

Shades of De York #84C58B

Tints of De York #84C58B

Color information

#84C58B (or 0x84C58B) is unknown color: approx De York. HEX triplet: 84, C5 and 8B. RGB value is (132,197,139). Sum of RGB (Red+Green+Blue) = 132+197+139=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #84C58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C58B is #7B3A74. Grayscale: #ABABAB. Windows color (decimal): -8075893 or 9160068. OLE color: 9160068.

HSL color Cylindrical-coordinate representation of color #84C58B: hue angle of 126.46º 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 #84C58B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB132197139-
CMYK0.3300.290.23
HSL126.46º35.91%64.51%-
HSV(B)126.46º32.99%77.25%-
XYZ34.1446.731.64-
YUV170.95109.97100.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.21%
GREEN value IS 197 (77.34% from 255) = 42.09%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=28.21%
G=42.09%
B=29.70%

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
Decimal1321971390.3300.290.23126.4635.9164.51
Hex84C58B2101D177e2441
Octal204305213410352717644101
Binary1000010011000101100010111000010111011011111111101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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