#8BCF8A

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

Shades of De York #8BCF8A

Tints of De York #8BCF8A

Color information

#8BCF8A (or 0x8BCF8A) is unknown color: approx De York. HEX triplet: 8B, CF and 8A. RGB value is (139,207,138). Sum of RGB (Red+Green+Blue) = 139+207+138=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCF8A is #743075. Grayscale: #B3B3B3. Windows color (decimal): -7614582 or 9097099. OLE color: 9097099.

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

Color convert

RGB139207138-
CMYK0.3300.330.19
HSL119.13º41.82%67.65%-
HSV(B)119.13º33.33%81.18%-
XYZ37.5551.9532.09-
YUV178.8104.9799.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.72%
GREEN value IS 207 (81.25% from 255) = 42.77%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=28.72%
G=42.77%
B=28.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392071380.3300.330.19119.1341.8267.65
Hex8BCF8A2102113772a44
Octal213317212410412316752104
Binary10001011110011111000101010000101000011001111101111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,207,138); }

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

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

 a { background-color: rgb(139,207,138); }

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

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

 span { border-color: rgb(139,207,138); }

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