Html Css Color HEX #86C28B De York

📋 copy color: '#86C28B'

red 134 ◦ green 194 ◦ blue 139

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

Shades of De York #86C28B

Tints of De York #86C28B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.54%

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 28.69%
G = 41.54%
B = 29.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#86C28B (or 0x86C28B) is known color: De York. HEX triplet: 86, C2 and 8B. RGB value is (134,194,139). Sum of RGB (Red+Green+Blue) = 134+194+139=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #86C28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C28B is #793D74. Grayscale: #A9A9A9. Windows color (decimal): -7945589 or 9159302. OLE color: 9159302.

HSL color Cylindrical-coordinate representation of color #86C28B: hue angle of 125º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C28B is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 194 139 -
CMYK 0.31 0 0.28 0.24
HSL 125º 0.33% 0.64% -
HSV(B) 125º 0.31% 0.76% -
XYZ 33.78 45.52 31.43 -
YUV 169.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 134 194 139 0.31 0 0.28 0.24 125 0.33 0.64
Hex 86 C2 8B 1F 0 1C 18 7D 21 40
Octal 206 302 213 37 0 34 30 175 41 100
Binary 10000110 11000010 10001011 11111 0 11100 11000 1111101 100001 1000000

Color Harmonies of #86C28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C28B

Black with #86C28B

Text Example


Text Example

White with #86C28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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