#8BC27A

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

Shades of De York #8BC27A

Tints of De York #8BC27A

Color information

#8BC27A (or 0x8BC27A) is unknown color: approx De York. HEX triplet: 8B, C2 and 7A. RGB value is (139,194,122). Sum of RGB (Red+Green+Blue) = 139+194+122=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC27A is #743D85. Grayscale: #A9A9A9. Windows color (decimal): -7617926 or 8045195. OLE color: 8045195.

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

Color convert

RGB139194122-
CMYK0.2800.370.24
HSL105.83º37.11%61.96%-
HSV(B)105.83º37.11%76.08%-
XYZ33.4545.4825.43-
YUV169.35101.28106.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 194 (76.17% from 255) = 42.64%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=30.55%
G=42.64%
B=26.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391941220.2800.370.24105.8337.1161.96
Hex8BC27A1C025186a253e
Octal21330217234045301524576
Binary10001011110000101111010111000100101110001101010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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