Html Css Color HEX #86BB7C De York

📋 copy color: '#86BB7C'

red 134 ◦ green 187 ◦ blue 124

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

Shades of De York #86BB7C

Tints of De York #86BB7C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.02%

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 30.11%
G = 42.02%
B = 27.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#86BB7C (or 0x86BB7C) is known color: De York. HEX triplet: 86, BB and 7C. RGB value is (134,187,124). Sum of RGB (Red+Green+Blue) = 134+187+124=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BB7C is #794483. Grayscale: #A4A4A4. Windows color (decimal): -7947396 or 8174470. OLE color: 8174470.

HSL color Cylindrical-coordinate representation of color #86BB7C: hue angle of 110.48º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86BB7C is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 187 124 -
CMYK 0.28 0 0.34 0.27
HSL 110.48º 0.32% 0.61% -
HSV(B) 110.48º 0.34% 0.73% -
XYZ 31.24 42.06 25.54 -
YUV 163.97 105.44 106.62 -
System Red Green Blue C M Y K H S L
Decimal 134 187 124 0.28 0 0.34 0.27 110.48 0.32 0.61
Hex 86 BB 7C 1C 0 22 1B 6E 20 3D
Octal 206 273 174 34 0 42 33 156 40 75
Binary 10000110 10111011 1111100 11100 0 100010 11011 1101110 100000 111101

Color Harmonies of #86BB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB7C

Black with #86BB7C

Text Example


Text Example

White with #86BB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,187,124); }

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

background-color css

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

 a { background-color: rgb(134,187,124); }

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

border-color css

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

 span { border-color: rgb(134,187,124); }

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