#8BC48A

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

Shades of De York #8BC48A

Tints of De York #8BC48A

Color information

#8BC48A (or 0x8BC48A) is unknown color: approx De York. HEX triplet: 8B, C4 and 8A. RGB value is (139,196,138). Sum of RGB (Red+Green+Blue) = 139+196+138=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC48A is #743B75. Grayscale: #ACACAC. Windows color (decimal): -7617398 or 9094283. OLE color: 9094283.

HSL color Cylindrical-coordinate representation of color #8BC48A: hue angle of 118.97º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BC48A is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB139196138-
CMYK0.2900.300.23
HSL118.97º32.95%65.49%-
HSV(B)118.97º29.59%76.86%-
XYZ34.9746.831.24-
YUV172.34108.62104.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.39%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=29.39%
G=41.44%
B=29.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391961380.2900.300.23118.9732.9565.49
Hex8BC48A1D01E17772141
Octal213304212350362716741101
Binary100010111100010010001010111010111101011111101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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