#8BD98A

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

Shades of De York #8BD98A

Tints of De York #8BD98A

Color information

#8BD98A (or 0x8BD98A) is unknown color: approx De York. HEX triplet: 8B, D9 and 8A. RGB value is (139,217,138). Sum of RGB (Red+Green+Blue) = 139+217+138=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD98A is #742675. Grayscale: #B8B8B8. Windows color (decimal): -7612022 or 9099659. OLE color: 9099659.

HSL color Cylindrical-coordinate representation of color #8BD98A: hue angle of 119.24º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD98A is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB139217138-
CMYK0.3600.360.15
HSL119.24º50.97%69.61%-
HSV(B)119.24º36.41%85.1%-
XYZ40.0556.9532.93-
YUV184.67101.6695.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=28.14%
G=43.93%
B=27.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392171380.3600.360.15119.2450.9769.61
Hex8BD98A24024F773346
Octal213331212440441716763106
Binary1000101111011001100010101001000100100111111101111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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