Html Css Color HEX #86A838 Sushi

📋 copy color: '#86A838'

red 134 ◦ green 168 ◦ blue 56

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

Shades of Sushi #86A838

Tints of Sushi #86A838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.93%

 BLUE value IS 56 (22.27% from 255) = 15.64%

R = 37.43%
G = 46.93%
B = 15.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#86A838 (or 0x86A838) is known color: Sushi. HEX triplet: 86, A8 and 38. RGB value is (134,168,56). Sum of RGB (Red+Green+Blue) = 134+168+56=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #86A838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A838 is #7957C7. Grayscale: #919191. Windows color (decimal): -7952328 or 3713158. OLE color: 3713158.

HSL color Cylindrical-coordinate representation of color #86A838: hue angle of 78.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86A838 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 168 56 -
CMYK 0.20 0 0.67 0.34
HSL 78.21º 0.5% 0.44% -
HSV(B) 78.21º 0.67% 0.66% -
XYZ 24.55 33.36 8.89 -
YUV 145.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 134 168 56 0.20 0 0.67 0.34 78.21 0.5 0.44
Hex 86 A8 38 14 0 43 22 4E 32 2C
Octal 206 250 70 24 0 103 42 116 62 54
Binary 10000110 10101000 111000 10100 0 1000011 100010 1001110 110010 101100

Color Harmonies of #86A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A838

Black with #86A838

Text Example


Text Example

White with #86A838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,168,56); }

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

background-color css

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

 a { background-color: rgb(134,168,56); }

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

border-color css

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

 span { border-color: rgb(134,168,56); }

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