#84C08B

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

Shades of De York #84C08B

Tints of De York #84C08B

Color information

#84C08B (or 0x84C08B) is unknown color: approx De York. HEX triplet: 84, C0 and 8B. RGB value is (132,192,139). Sum of RGB (Red+Green+Blue) = 132+192+139=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #84C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C08B is #7B3F74. Grayscale: #A8A8A8. Windows color (decimal): -8077173 or 9158788. OLE color: 9158788.

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

Color convert

RGB132192139-
CMYK0.3100.280.25
HSL127º32.26%63.53%-
HSV(B)127º31.25%75.29%-
XYZ33.0344.4731.27-
YUV168.02111.62102.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=28.51%
G=41.47%
B=30.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321921390.3100.280.2512732.2663.53
Hex84C08B1F01C197f2040
Octal204300213370343117740100
Binary100001001100000010001011111110111001100111111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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