Html Css Color HEX #8BCA94 De York

📋 copy color: '#8BCA94'

red 139 ◦ green 202 ◦ blue 148

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

Shades of De York #8BCA94

Tints of De York #8BCA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 28.43%
G = 41.31%
B = 30.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#8BCA94 (or 0x8BCA94) is known color: De York. HEX triplet: 8B, CA and 94. RGB value is (139,202,148). Sum of RGB (Red+Green+Blue) = 139+202+148=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA94 is #74356B. Grayscale: #B1B1B1. Windows color (decimal): -7615852 or 9751179. OLE color: 9751179.

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

Color convert

RGB 139 202 148 -
CMYK 0.31 0 0.27 0.21
HSL 128.57º 0.37% 0.67% -
HSV(B) 128.57º 0.31% 0.79% -
XYZ 37.11 49.87 35.69 -
YUV 177.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 139 202 148 0.31 0 0.27 0.21 128.57 0.37 0.67
Hex 8B CA 94 1F 0 1B 15 81 25 43
Octal 213 312 224 37 0 33 25 201 45 103
Binary 10001011 11001010 10010100 11111 0 11011 10101 10000001 100101 1000011

Color Harmonies of #8BCA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCA94

Black with #8BCA94

Text Example


Text Example

White with #8BCA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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