Html Css Color HEX #86CB95 De York

📋 copy color: '#86CB95'

red 134 ◦ green 203 ◦ blue 149

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

Shades of De York #86CB95

Tints of De York #86CB95

RGB

 RED value IS 134 (52.73% from 255) = 27.57%

 GREEN value IS 203 (79.69% from 255) = 41.77%

 BLUE value IS 149 (58.59% from 255) = 30.66%

R = 27.57%
G = 41.77%
B = 30.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#86CB95 (or 0x86CB95) is known color: De York. HEX triplet: 86, CB and 95. RGB value is (134,203,149). Sum of RGB (Red+Green+Blue) = 134+203+149=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CB95 is #79346A. Grayscale: #B0B0B0. Windows color (decimal): -7943275 or 9816966. OLE color: 9816966.

HSL color Cylindrical-coordinate representation of color #86CB95: hue angle of 133.04º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CB95 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 203 149 -
CMYK 0.34 0 0.27 0.20
HSL 133.04º 0.4% 0.66% -
HSV(B) 133.04º 0.34% 0.8% -
XYZ 36.61 49.95 36.15 -
YUV 176.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 134 203 149 0.34 0 0.27 0.20 133.04 0.4 0.66
Hex 86 CB 95 22 0 1B 14 85 28 42
Octal 206 313 225 42 0 33 24 205 50 102
Binary 10000110 11001011 10010101 100010 0 11011 10100 10000101 101000 1000010

Color Harmonies of #86CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CB95

Black with #86CB95

Text Example


Text Example

White with #86CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86CB95; }

 p { color: rgb(134,203,149); }

 H1.HeaderClassName
 {
   color: #86CB95;
 }
 .AnyTagClassName
 {
   color: #86CB95;
 }
</style>

background-color css

<style>
 a { background-color: #86CB95; }

 a { background-color: rgb(134,203,149); }

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

border-color css

<style>
 span { border-color: #86CB95; }

 span { border-color: rgb(134,203,149); }

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