Html Css Color HEX #8BC890 De York

📋 copy color: '#8BC890'

red 139 ◦ green 200 ◦ blue 144

#8BC890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #8BC890

Tints of De York #8BC890

RGB

 RED value IS 139 (54.69% from 255) = 28.78%

 GREEN value IS 200 (78.52% from 255) = 41.41%

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 28.78%
G = 41.41%
B = 29.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#8BC890 (or 0x8BC890) is known color: De York. HEX triplet: 8B, C8 and 90. RGB value is (139,200,144). Sum of RGB (Red+Green+Blue) = 139+200+144=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC890 is #74376F. Grayscale: #AFAFAF. Windows color (decimal): -7616368 or 9488523. OLE color: 9488523.

HSL color Cylindrical-coordinate representation of color #8BC890: hue angle of 124.92º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC890 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 200 144 -
CMYK 0.30 0 0.28 0.22
HSL 124.92º 0.36% 0.66% -
HSV(B) 124.92º 0.31% 0.78% -
XYZ 36.34 48.81 33.89 -
YUV 175.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 139 200 144 0.30 0 0.28 0.22 124.92 0.36 0.66
Hex 8B C8 90 1E 0 1C 16 7D 24 42
Octal 213 310 220 36 0 34 26 175 44 102
Binary 10001011 11001000 10010000 11110 0 11100 10110 1111101 100100 1000010

Color Harmonies of #8BC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC890

Black with #8BC890

Text Example


Text Example

White with #8BC890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8BC890;
 }
 .AnyTagClassName
 {
   color: #8BC890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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