#8BCE92

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

Shades of De York #8BCE92

Tints of De York #8BCE92

Color information

#8BCE92 (or 0x8BCE92) is unknown color: approx De York. HEX triplet: 8B, CE and 92. RGB value is (139,206,146). Sum of RGB (Red+Green+Blue) = 139+206+146=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE92 is #74316D. Grayscale: #B3B3B3. Windows color (decimal): -7614830 or 9621131. OLE color: 9621131.

HSL color Cylindrical-coordinate representation of color #8BCE92: hue angle of 126.27º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCE92 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB139206146-
CMYK0.3300.290.19
HSL126.27º40.61%67.65%-
HSV(B)126.27º32.52%80.78%-
XYZ37.9151.7135.18-
YUV179.13109.399.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.31%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=28.31%
G=41.96%
B=29.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061460.3300.290.19126.2740.6167.65
Hex8BCE922101D137e2944
Octal213316222410352317651104
Binary1000101111001110100100101000010111011001111111101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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