#8BC285

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

Shades of De York #8BC285

Tints of De York #8BC285

Color information

#8BC285 (or 0x8BC285) is unknown color: approx De York. HEX triplet: 8B, C2 and 85. RGB value is (139,194,133). Sum of RGB (Red+Green+Blue) = 139+194+133=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC285 is #743D7A. Grayscale: #AAAAAA. Windows color (decimal): -7617915 or 8766091. OLE color: 8766091.

HSL color Cylindrical-coordinate representation of color #8BC285: hue angle of 114.1º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC285 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB139194133-
CMYK0.2800.310.24
HSL114.1º33.33%64.12%-
HSV(B)114.1º31.44%76.08%-
XYZ34.1745.7729.22-
YUV170.6106.78105.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.83%
GREEN value IS 194 (76.17% from 255) = 41.63%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=29.83%
G=41.63%
B=28.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391941330.2800.310.24114.133.3364.12
Hex8BC2851C01F18722140
Octal213302205340373016241100
Binary100010111100001010000101111000111111100011100101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,194,133); }

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

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

 a { background-color: rgb(139,194,133); }

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

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

 span { border-color: rgb(139,194,133); }

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