Html Css Color HEX #86BE7A De York

📋 copy color: '#86BE7A'

red 134 ◦ green 190 ◦ blue 122

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

Shades of De York #86BE7A

Tints of De York #86BE7A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.6%

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 30.04%
G = 42.6%
B = 27.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#86BE7A (or 0x86BE7A) is known color: De York. HEX triplet: 86, BE and 7A. RGB value is (134,190,122). Sum of RGB (Red+Green+Blue) = 134+190+122=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE7A is #794185. Grayscale: #A5A5A5. Windows color (decimal): -7946630 or 8044166. OLE color: 8044166.

HSL color Cylindrical-coordinate representation of color #86BE7A: hue angle of 109.41º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86BE7A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 190 122 -
CMYK 0.29 0 0.36 0.25
HSL 109.41º 0.34% 0.61% -
HSV(B) 109.41º 0.36% 0.75% -
XYZ 31.76 43.3 25.1 -
YUV 165.5 103.45 105.53 -
System Red Green Blue C M Y K H S L
Decimal 134 190 122 0.29 0 0.36 0.25 109.41 0.34 0.61
Hex 86 BE 7A 1D 0 24 19 6D 22 3D
Octal 206 276 172 35 0 44 31 155 42 75
Binary 10000110 10111110 1111010 11101 0 100100 11001 1101101 100010 111101

Color Harmonies of #86BE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BE7A

Black with #86BE7A

Text Example


Text Example

White with #86BE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,190,122); }

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

background-color css

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

 a { background-color: rgb(134,190,122); }

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

border-color css

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

 span { border-color: rgb(134,190,122); }

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