Html Css Color HEX #86A141 Sushi

📋 copy color: '#86A141'

red 134 ◦ green 161 ◦ blue 65

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

Shades of Sushi #86A141

Tints of Sushi #86A141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.72%

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

R = 37.22%
G = 44.72%
B = 18.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#86A141 (or 0x86A141) is known color: Sushi. HEX triplet: 86, A1 and 41. RGB value is (134,161,65). Sum of RGB (Red+Green+Blue) = 134+161+65=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #86A141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A141 is #795EBE. Grayscale: #8E8E8E. Windows color (decimal): -7954111 or 4301190. OLE color: 4301190.

HSL color Cylindrical-coordinate representation of color #86A141: hue angle of 76.88º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86A141 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 161 65 -
CMYK 0.17 0 0.60 0.37
HSL 76.88º 0.42% 0.44% -
HSV(B) 76.88º 0.6% 0.63% -
XYZ 23.53 30.94 9.73 -
YUV 141.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 134 161 65 0.17 0 0.60 0.37 76.88 0.42 0.44
Hex 86 A1 41 11 0 3C 25 4D 2A 2C
Octal 206 241 101 21 0 74 45 115 52 54
Binary 10000110 10100001 1000001 10001 0 111100 100101 1001101 101010 101100

Color Harmonies of #86A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A141

Black with #86A141

Text Example


Text Example

White with #86A141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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