Html Css Color HEX #8BCE86 De York

📋 copy color: '#8BCE86'

red 139 ◦ green 206 ◦ blue 134

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

Shades of De York #8BCE86

Tints of De York #8BCE86

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

 BLUE value IS 134 (52.73% from 255) = 27.97%

R = 29.02%
G = 43.01%
B = 27.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#8BCE86 (or 0x8BCE86) is known color: De York. HEX triplet: 8B, CE and 86. RGB value is (139,206,134). Sum of RGB (Red+Green+Blue) = 139+206+134=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE86 is #743179. Grayscale: #B1B1B1. Windows color (decimal): -7614842 or 8834699. OLE color: 8834699.

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

Color convert

RGB 139 206 134 -
CMYK 0.33 0 0.35 0.19
HSL 115.83º 0.42% 0.67% -
HSV(B) 115.83º 0.35% 0.81% -
XYZ 37.02 51.35 30.52 -
YUV 177.76 103.3 100.35 -
System Red Green Blue C M Y K H S L
Decimal 139 206 134 0.33 0 0.35 0.19 115.83 0.42 0.67
Hex 8B CE 86 21 0 23 13 74 2A 43
Octal 213 316 206 41 0 43 23 164 52 103
Binary 10001011 11001110 10000110 100001 0 100011 10011 1110100 101010 1000011

Color Harmonies of #8BCE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCE86

Black with #8BCE86

Text Example


Text Example

White with #8BCE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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