#8DCB93

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

Shades of De York #8DCB93

Tints of De York #8DCB93

Color information

#8DCB93 (or 0x8DCB93) is unknown color: approx De York. HEX triplet: 8D, CB and 93. RGB value is (141,203,147). Sum of RGB (Red+Green+Blue) = 141+203+147=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCB93 is #72346C. Grayscale: #B2B2B2. Windows color (decimal): -7484525 or 9685901. OLE color: 9685901.

HSL color Cylindrical-coordinate representation of color #8DCB93: hue angle of 125.81º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCB93 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB141203147-
CMYK0.3100.280.20
HSL125.81º37.35%67.45%-
HSV(B)125.81º30.54%79.61%-
XYZ37.6150.4835.37-
YUV178.08110.46101.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=28.72%
G=41.34%
B=29.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031470.3100.280.20125.8137.3567.45
Hex8DCB931F01C147e2543
Octal215313223370342417645103
Binary100011011100101110010011111110111001010011111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,203,147); }

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

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

 a { background-color: rgb(141,203,147); }

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

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

 span { border-color: rgb(141,203,147); }

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