Html Css Color HEX #86A541 Sushi

📋 copy color: '#86A541'

red 134 ◦ green 165 ◦ blue 65

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

Shades of Sushi #86A541

Tints of Sushi #86A541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.33%

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

R = 36.81%
G = 45.33%
B = 17.86%

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

#86A541 (or 0x86A541) is known color: Sushi. HEX triplet: 86, A5 and 41. RGB value is (134,165,65). Sum of RGB (Red+Green+Blue) = 134+165+65=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 165 - color contains mainly: green. Hex color #86A541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A541 is #795ABE. Grayscale: #909090. Windows color (decimal): -7953087 or 4302214. OLE color: 4302214.

HSL color Cylindrical-coordinate representation of color #86A541: hue angle of 78.6º degrees, saturation: 0.43, 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 #86A541 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 65 -
CMYK 0.19 0 0.61 0.35
HSL 78.6º 0.43% 0.45% -
HSV(B) 78.6º 0.61% 0.65% -
XYZ 24.24 32.36 9.97 -
YUV 144.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 134 165 65 0.19 0 0.61 0.35 78.6 0.43 0.45
Hex 86 A5 41 13 0 3D 23 4F 2B 2D
Octal 206 245 101 23 0 75 43 117 53 55
Binary 10000110 10100101 1000001 10011 0 111101 100011 1001111 101011 101101

Color Harmonies of #86A541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A541

Black with #86A541

Text Example


Text Example

White with #86A541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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