Html Css Color HEX #8BC690 De York

📋 copy color: '#8BC690'

red 139 ◦ green 198 ◦ blue 144

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

Shades of De York #8BC690

Tints of De York #8BC690

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

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

R = 28.9%
G = 41.16%
B = 29.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#8BC690 (or 0x8BC690) is known color: De York. HEX triplet: 8B, C6 and 90. RGB value is (139,198,144). Sum of RGB (Red+Green+Blue) = 139+198+144=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC690 is #74396F. Grayscale: #AEAEAE. Windows color (decimal): -7616880 or 9488011. OLE color: 9488011.

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

Color convert

RGB 139 198 144 -
CMYK 0.30 0 0.27 0.22
HSL 125.08º 0.34% 0.66% -
HSV(B) 125.08º 0.3% 0.78% -
XYZ 35.88 47.89 33.74 -
YUV 174.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 139 198 144 0.30 0 0.27 0.22 125.08 0.34 0.66
Hex 8B C6 90 1E 0 1B 16 7D 22 42
Octal 213 306 220 36 0 33 26 175 42 102
Binary 10001011 11000110 10010000 11110 0 11011 10110 1111101 100010 1000010

Color Harmonies of #8BC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC690

Black with #8BC690

Text Example


Text Example

White with #8BC690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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