Html Css Color HEX #8BC997 De York

📋 copy color: '#8BC997'

red 139 ◦ green 201 ◦ blue 151

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

Shades of De York #8BC997

Tints of De York #8BC997

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.94%

 BLUE value IS 151 (59.38% from 255) = 30.75%

R = 28.31%
G = 40.94%
B = 30.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#8BC997 (or 0x8BC997) is known color: De York. HEX triplet: 8B, C9 and 97. RGB value is (139,201,151). Sum of RGB (Red+Green+Blue) = 139+201+151=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC997 is #743668. Grayscale: #B0B0B0. Windows color (decimal): -7616105 or 9947531. OLE color: 9947531.

HSL color Cylindrical-coordinate representation of color #8BC997: hue angle of 131.61º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC997 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 201 151 -
CMYK 0.31 0 0.25 0.21
HSL 131.61º 0.36% 0.67% -
HSV(B) 131.61º 0.31% 0.79% -
XYZ 37.12 49.5 36.88 -
YUV 176.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 139 201 151 0.31 0 0.25 0.21 131.61 0.36 0.67
Hex 8B C9 97 1F 0 19 15 84 24 43
Octal 213 311 227 37 0 31 25 204 44 103
Binary 10001011 11001001 10010111 11111 0 11001 10101 10000100 100100 1000011

Color Harmonies of #8BC997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC997

Black with #8BC997

Text Example


Text Example

White with #8BC997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,201,151); }

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

background-color css

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

 a { background-color: rgb(139,201,151); }

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

border-color css

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

 span { border-color: rgb(139,201,151); }

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