#84BE85

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

Shades of De York #84BE85

Tints of De York #84BE85

Color information

#84BE85 (or 0x84BE85) is unknown color: approx De York. HEX triplet: 84, BE and 85. RGB value is (132,190,133). Sum of RGB (Red+Green+Blue) = 132+190+133=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BE85 is #7B417A. Grayscale: #A6A6A6. Windows color (decimal): -8077691 or 8765060. OLE color: 8765060.

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

Color convert

RGB132190133-
CMYK0.3100.30.25
HSL121.03º30.85%63.14%-
HSV(B)121.03º30.53%74.51%-
XYZ32.1643.4328.88-
YUV166.16109.28103.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=29.01%
G=41.76%
B=29.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321901330.3100.30.25121.0330.8563.14
Hex84BE851F01E19791f3f
Octal20427620537036311713777
Binary1000010010111110100001011111101111011001111100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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