#8BCC8A

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

Shades of De York #8BCC8A

Tints of De York #8BCC8A

Color information

#8BCC8A (or 0x8BCC8A) is unknown color: approx De York. HEX triplet: 8B, CC and 8A. RGB value is (139,204,138). Sum of RGB (Red+Green+Blue) = 139+204+138=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCC8A is #743375. Grayscale: #B1B1B1. Windows color (decimal): -7615350 or 9096331. OLE color: 9096331.

HSL color Cylindrical-coordinate representation of color #8BCC8A: hue angle of 119.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCC8A is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB139204138-
CMYK0.3200.320.2
HSL119.09º39.29%67.06%-
HSV(B)119.09º32.35%80%-
XYZ36.8350.5131.85-
YUV177.04105.97100.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=28.90%
G=42.41%
B=28.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041380.3200.320.2119.0939.2967.06
Hex8BCC8A2002014772743
Octal213314212400402416747103
Binary10001011110011001000101010000001000001010011101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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