Html Css Color HEX #86BA7B De York

📋 copy color: '#86BA7B'

red 134 ◦ green 186 ◦ blue 123

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

Shades of De York #86BA7B

Tints of De York #86BA7B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.99%

 BLUE value IS 123 (48.44% from 255) = 27.77%

R = 30.25%
G = 41.99%
B = 27.77%

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

#86BA7B (or 0x86BA7B) is known color: De York. HEX triplet: 86, BA and 7B. RGB value is (134,186,123). Sum of RGB (Red+Green+Blue) = 134+186+123=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA7B is #794584. Grayscale: #A3A3A3. Windows color (decimal): -7947653 or 8108678. OLE color: 8108678.

HSL color Cylindrical-coordinate representation of color #86BA7B: hue angle of 109.52º degrees, saturation: 0.31, 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 #86BA7B is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 123 -
CMYK 0.28 0 0.34 0.27
HSL 109.52º 0.31% 0.61% -
HSV(B) 109.52º 0.34% 0.73% -
XYZ 30.97 41.62 25.14 -
YUV 163.27 105.27 107.12 -
System Red Green Blue C M Y K H S L
Decimal 134 186 123 0.28 0 0.34 0.27 109.52 0.31 0.61
Hex 86 BA 7B 1C 0 22 1B 6E 1F 3D
Octal 206 272 173 34 0 42 33 156 37 75
Binary 10000110 10111010 1111011 11100 0 100010 11011 1101110 11111 111101

Color Harmonies of #86BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA7B

Black with #86BA7B

Text Example


Text Example

White with #86BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,186,123); }

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

background-color css

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

 a { background-color: rgb(134,186,123); }

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

border-color css

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

 span { border-color: rgb(134,186,123); }

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