#8BCC90

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

Shades of De York #8BCC90

Tints of De York #8BCC90

Color information

#8BCC90 (or 0x8BCC90) is unknown color: approx De York. HEX triplet: 8B, CC and 90. RGB value is (139,204,144). Sum of RGB (Red+Green+Blue) = 139+204+144=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCC90 is #74336F. Grayscale: #B1B1B1. Windows color (decimal): -7615344 or 9489547. OLE color: 9489547.

HSL color Cylindrical-coordinate representation of color #8BCC90: hue angle of 124.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCC90 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB139204144-
CMYK0.3200.290.2
HSL124.62º38.92%67.25%-
HSV(B)124.62º31.86%80%-
XYZ37.2750.6934.2-
YUV177.72108.97100.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 204 (80.08% from 255) = 41.89%
BLUE value IS 144 (56.64% from 255) = 29.57%
R=28.54%
G=41.89%
B=29.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041440.3200.290.2124.6238.9267.25
Hex8BCC902001D147d2743
Octal213314220400352417547103
Binary1000101111001100100100001000000111011010011111011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,204,144); }

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

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

 a { background-color: rgb(139,204,144); }

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

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

 span { border-color: rgb(139,204,144); }

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