#84BF88

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

Shades of De York #84BF88

Tints of De York #84BF88

Color information

#84BF88 (or 0x84BF88) is unknown color: approx De York. HEX triplet: 84, BF and 88. RGB value is (132,191,136). Sum of RGB (Red+Green+Blue) = 132+191+136=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF88 is #7B4077. Grayscale: #A7A7A7. Windows color (decimal): -8077432 or 8961924. OLE color: 8961924.

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

Color convert

RGB132191136-
CMYK0.3100.290.25
HSL124.07º31.55%63.33%-
HSV(B)124.07º30.89%74.9%-
XYZ32.5943.9430.06-
YUV167.09110.45102.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.76%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 136 (53.52% from 255) = 29.63%
R=28.76%
G=41.61%
B=29.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321911360.3100.290.25124.0731.5563.33
Hex84BF881F01D197c203f
Octal20427721037035311744077
Binary10000100101111111000100011111011101110011111100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,191,136); }

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

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

 a { background-color: rgb(132,191,136); }

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

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

 span { border-color: rgb(132,191,136); }

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