#84BF8B

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

Shades of De York #84BF8B

Tints of De York #84BF8B

Color information

#84BF8B (or 0x84BF8B) is unknown color: approx De York. HEX triplet: 84, BF and 8B. RGB value is (132,191,139). Sum of RGB (Red+Green+Blue) = 132+191+139=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF8B is #7B4074. Grayscale: #A7A7A7. Windows color (decimal): -8077429 or 9158532. OLE color: 9158532.

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

Color convert

RGB132191139-
CMYK0.3100.270.25
HSL127.12º31.55%63.33%-
HSV(B)127.12º30.89%74.9%-
XYZ32.8144.0331.2-
YUV167.43111.95102.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=28.57%
G=41.34%
B=30.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321911390.3100.270.25127.1231.5563.33
Hex84BF8B1F01B197f203f
Octal20427721337033311774077
Binary10000100101111111000101111111011011110011111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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