Html Css Color HEX #86CA76 De York

📋 copy color: '#86CA76'

red 134 ◦ green 202 ◦ blue 118

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

Shades of De York #86CA76

Tints of De York #86CA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 29.52%
G = 44.49%
B = 25.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#86CA76 (or 0x86CA76) is known color: De York. HEX triplet: 86, CA and 76. RGB value is (134,202,118). Sum of RGB (Red+Green+Blue) = 134+202+118=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA76 is #793589. Grayscale: #ACACAC. Windows color (decimal): -7943562 or 7785094. OLE color: 7785094.

HSL color Cylindrical-coordinate representation of color #86CA76: hue angle of 108.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86CA76 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 202 118 -
CMYK 0.34 0 0.42 0.21
HSL 108.57º 0.44% 0.63% -
HSV(B) 108.57º 0.42% 0.79% -
XYZ 34.22 48.62 24.72 -
YUV 172.09 97.47 100.83 -
System Red Green Blue C M Y K H S L
Decimal 134 202 118 0.34 0 0.42 0.21 108.57 0.44 0.63
Hex 86 CA 76 22 0 2A 15 6D 2C 3F
Octal 206 312 166 42 0 52 25 155 54 77
Binary 10000110 11001010 1110110 100010 0 101010 10101 1101101 101100 111111

Color Harmonies of #86CA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CA76

Black with #86CA76

Text Example


Text Example

White with #86CA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,202,118); }

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

background-color css

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

 a { background-color: rgb(134,202,118); }

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

border-color css

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

 span { border-color: rgb(134,202,118); }

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