Html Css Color HEX #86A641 Sushi

📋 copy color: '#86A641'

red 134 ◦ green 166 ◦ blue 65

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

Shades of Sushi #86A641

Tints of Sushi #86A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.48%

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 36.71%
G = 45.48%
B = 17.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#86A641 (or 0x86A641) is known color: Sushi. HEX triplet: 86, A6 and 41. RGB value is (134,166,65). Sum of RGB (Red+Green+Blue) = 134+166+65=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #86A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A641 is #7959BE. Grayscale: #919191. Windows color (decimal): -7952831 or 4302470. OLE color: 4302470.

HSL color Cylindrical-coordinate representation of color #86A641: hue angle of 79.01º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86A641 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 166 65 -
CMYK 0.19 0 0.61 0.35
HSL 79.01º 0.44% 0.45% -
HSV(B) 79.01º 0.61% 0.65% -
XYZ 24.42 32.72 10.03 -
YUV 144.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 134 166 65 0.19 0 0.61 0.35 79.01 0.44 0.45
Hex 86 A6 41 13 0 3D 23 4F 2C 2D
Octal 206 246 101 23 0 75 43 117 54 55
Binary 10000110 10100110 1000001 10011 0 111101 100011 1001111 101100 101101

Color Harmonies of #86A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A641

Black with #86A641

Text Example


Text Example

White with #86A641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,166,65); }

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

background-color css

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

 a { background-color: rgb(134,166,65); }

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

border-color css

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

 span { border-color: rgb(134,166,65); }

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