#8BCE7A

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

Shades of De York #8BCE7A

Tints of De York #8BCE7A

Color information

#8BCE7A (or 0x8BCE7A) is unknown color: approx De York. HEX triplet: 8B, CE and 7A. RGB value is (139,206,122). Sum of RGB (Red+Green+Blue) = 139+206+122=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCE7A is #743185. Grayscale: #B0B0B0. Windows color (decimal): -7614854 or 8048267. OLE color: 8048267.

HSL color Cylindrical-coordinate representation of color #8BCE7A: hue angle of 107.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BCE7A is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB139206122-
CMYK0.3300.410.19
HSL107.86º46.15%64.31%-
HSV(B)107.86º40.78%80.78%-
XYZ36.2351.0426.35-
YUV176.3997.3101.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.76%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=29.76%
G=44.11%
B=26.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061220.3300.410.19107.8646.1564.31
Hex8BCE7A21029136c2e40
Octal213316172410512315456100
Binary1000101111001110111101010000101010011001111011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BCE7A; }

 p { color: rgb(139,206,122); }

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

<style>
 a { background-color: #8BCE7A; }

 a { background-color: rgb(139,206,122); }

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

<style>
 span { border-color: #8BCE7A; }

 span { border-color: rgb(139,206,122); }

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