Html Css Color HEX #86A63A Sushi

📋 copy color: '#86A63A'

red 134 ◦ green 166 ◦ blue 58

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

Shades of Sushi #86A63A

Tints of Sushi #86A63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 37.43%
G = 46.37%
B = 16.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#86A63A (or 0x86A63A) is known color: Sushi. HEX triplet: 86, A6 and 3A. RGB value is (134,166,58). Sum of RGB (Red+Green+Blue) = 134+166+58=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #86A63A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A63A is #7959C5. Grayscale: #909090. Windows color (decimal): -7952838 or 3843718. OLE color: 3843718.

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

Color convert

RGB 134 166 58 -
CMYK 0.19 0 0.65 0.35
HSL 77.78º 0.48% 0.44% -
HSV(B) 77.78º 0.65% 0.65% -
XYZ 24.23 32.65 9.03 -
YUV 144.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 134 166 58 0.19 0 0.65 0.35 77.78 0.48 0.44
Hex 86 A6 3A 13 0 41 23 4E 30 2C
Octal 206 246 72 23 0 101 43 116 60 54
Binary 10000110 10100110 111010 10011 0 1000001 100011 1001110 110000 101100

Color Harmonies of #86A63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A63A

Black with #86A63A

Text Example


Text Example

White with #86A63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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