Html Css Color HEX #86A642 Sushi

📋 copy color: '#86A642'

red 134 ◦ green 166 ◦ blue 66

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

Shades of Sushi #86A642

Tints of Sushi #86A642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 36.61%
G = 45.36%
B = 18.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#86A642 (or 0x86A642) is known color: Sushi. HEX triplet: 86, A6 and 42. RGB value is (134,166,66). Sum of RGB (Red+Green+Blue) = 134+166+66=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #86A642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A642 is #7959BD. Grayscale: #919191. Windows color (decimal): -7952830 or 4368006. OLE color: 4368006.

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

Color convert

RGB 134 166 66 -
CMYK 0.19 0 0.60 0.35
HSL 79.2º 0.43% 0.45% -
HSV(B) 79.2º 0.6% 0.65% -
XYZ 24.45 32.73 10.18 -
YUV 145.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 134 166 66 0.19 0 0.60 0.35 79.2 0.43 0.45
Hex 86 A6 42 13 0 3C 23 4F 2B 2D
Octal 206 246 102 23 0 74 43 117 53 55
Binary 10000110 10100110 1000010 10011 0 111100 100011 1001111 101011 101101

Color Harmonies of #86A642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A642

Black with #86A642

Text Example


Text Example

White with #86A642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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