#8BD392

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

Shades of De York #8BD392

Tints of De York #8BD392

Color information

#8BD392 (or 0x8BD392) is unknown color: approx De York. HEX triplet: 8B, D3 and 92. RGB value is (139,211,146). Sum of RGB (Red+Green+Blue) = 139+211+146=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD392 is #742C6D. Grayscale: #B6B6B6. Windows color (decimal): -7613550 or 9622411. OLE color: 9622411.

HSL color Cylindrical-coordinate representation of color #8BD392: hue angle of 125.83º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD392 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB139211146-
CMYK0.3400.310.17
HSL125.83º45%68.63%-
HSV(B)125.83º34.12%82.75%-
XYZ39.1354.1535.58-
YUV182.06107.6597.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.02%
GREEN value IS 211 (82.81% from 255) = 42.54%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=28.02%
G=42.54%
B=29.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1392111460.3400.310.17125.834568.63
Hex8BD3922201F117e2d45
Octal213323222420372117655105
Binary1000101111010011100100101000100111111000111111101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,211,146); }

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

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

 a { background-color: rgb(139,211,146); }

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

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

 span { border-color: rgb(139,211,146); }

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