Html Css Color HEX #86B356 Chelsea Cucumber

📋 copy color: '#86B356'

red 134 ◦ green 179 ◦ blue 86

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

Shades of Chelsea Cucumber #86B356

Tints of Chelsea Cucumber #86B356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.86%

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 33.58%
G = 44.86%
B = 21.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#86B356 (or 0x86B356) is known color: Chelsea Cucumber. HEX triplet: 86, B3 and 56. RGB value is (134,179,86). Sum of RGB (Red+Green+Blue) = 134+179+86=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #86B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B356 is #794CA9. Grayscale: #9B9B9B. Windows color (decimal): -7949482 or 5682054. OLE color: 5682054.

HSL color Cylindrical-coordinate representation of color #86B356: hue angle of 89.03º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86B356 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 86 -
CMYK 0.25 0 0.52 0.30
HSL 89.03º 0.38% 0.52% -
HSV(B) 89.03º 0.52% 0.7% -
XYZ 27.63 37.98 14.68 -
YUV 154.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 134 179 86 0.25 0 0.52 0.30 89.03 0.38 0.52
Hex 86 B3 56 19 0 34 1E 59 26 34
Octal 206 263 126 31 0 64 36 131 46 64
Binary 10000110 10110011 1010110 11001 0 110100 11110 1011001 100110 110100

Color Harmonies of #86B356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B356

Black with #86B356

Text Example


Text Example

White with #86B356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,86); }

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

background-color css

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

 a { background-color: rgb(134,179,86); }

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

border-color css

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

 span { border-color: rgb(134,179,86); }

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