#84BE88

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

Shades of De York #84BE88

Tints of De York #84BE88

Color information

#84BE88 (or 0x84BE88) is unknown color: approx De York. HEX triplet: 84, BE and 88. RGB value is (132,190,136). Sum of RGB (Red+Green+Blue) = 132+190+136=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BE88 is #7B4177. Grayscale: #A6A6A6. Windows color (decimal): -8077688 or 8961668. OLE color: 8961668.

HSL color Cylindrical-coordinate representation of color #84BE88: hue angle of 124.14º degrees, saturation: 0.31, 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 #84BE88 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB132190136-
CMYK0.3100.280.25
HSL124.14º30.85%63.14%-
HSV(B)124.14º30.53%74.51%-
XYZ32.3743.5129.98-
YUV166.5110.78103.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.82%
GREEN value IS 190 (74.61% from 255) = 41.48%
BLUE value IS 136 (53.52% from 255) = 29.69%
R=28.82%
G=41.48%
B=29.69%

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
Decimal1321901360.3100.280.25124.1430.8563.14
Hex84BE881F01C197c1f3f
Octal20427621037034311743777
Binary1000010010111110100010001111101110011001111110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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