Html Css Color HEX #8BCA96 De York

📋 copy color: '#8BCA96'

red 139 ◦ green 202 ◦ blue 150

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

Shades of De York #8BCA96

Tints of De York #8BCA96

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

 BLUE value IS 150 (58.98% from 255) = 30.55%

R = 28.31%
G = 41.14%
B = 30.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#8BCA96 (or 0x8BCA96) is known color: De York. HEX triplet: 8B, CA and 96. RGB value is (139,202,150). Sum of RGB (Red+Green+Blue) = 139+202+150=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA96 is #743569. Grayscale: #B1B1B1. Windows color (decimal): -7615850 or 9882251. OLE color: 9882251.

HSL color Cylindrical-coordinate representation of color #8BCA96: hue angle of 130.48º degrees, saturation: 0.37, 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 #8BCA96 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 202 150 -
CMYK 0.31 0 0.26 0.21
HSL 130.48º 0.37% 0.67% -
HSV(B) 130.48º 0.31% 0.79% -
XYZ 37.27 49.93 36.53 -
YUV 177.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 139 202 150 0.31 0 0.26 0.21 130.48 0.37 0.67
Hex 8B CA 96 1F 0 1A 15 82 25 43
Octal 213 312 226 37 0 32 25 202 45 103
Binary 10001011 11001010 10010110 11111 0 11010 10101 10000010 100101 1000011

Color Harmonies of #8BCA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCA96

Black with #8BCA96

Text Example


Text Example

White with #8BCA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,202,150); }

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

background-color css

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

 a { background-color: rgb(139,202,150); }

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

border-color css

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

 span { border-color: rgb(139,202,150); }

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