Html Css Color HEX #8BC386 De York

📋 copy color: '#8BC386'

red 139 ◦ green 195 ◦ blue 134

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

Shades of De York #8BC386

Tints of De York #8BC386

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

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

R = 29.7%
G = 41.67%
B = 28.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#8BC386 (or 0x8BC386) is known color: De York. HEX triplet: 8B, C3 and 86. RGB value is (139,195,134). Sum of RGB (Red+Green+Blue) = 139+195+134=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC386 is #743C79. Grayscale: #ABABAB. Windows color (decimal): -7617658 or 8831883. OLE color: 8831883.

HSL color Cylindrical-coordinate representation of color #8BC386: hue angle of 115.08º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC386 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 195 134 -
CMYK 0.29 0 0.31 0.24
HSL 115.08º 0.34% 0.65% -
HSV(B) 115.08º 0.31% 0.76% -
XYZ 34.47 46.24 29.66 -
YUV 171.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 139 195 134 0.29 0 0.31 0.24 115.08 0.34 0.65
Hex 8B C3 86 1D 0 1F 18 73 22 41
Octal 213 303 206 35 0 37 30 163 42 101
Binary 10001011 11000011 10000110 11101 0 11111 11000 1110011 100010 1000001

Color Harmonies of #8BC386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC386

Black with #8BC386

Text Example


Text Example

White with #8BC386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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