Html Css Color HEX #86B745 Chelsea Cucumber

📋 copy color: '#86B745'

red 134 ◦ green 183 ◦ blue 69

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

Shades of Chelsea Cucumber #86B745

Tints of Chelsea Cucumber #86B745

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.41%

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 34.72%
G = 47.41%
B = 17.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#86B745 (or 0x86B745) is known color: Chelsea Cucumber. HEX triplet: 86, B7 and 45. RGB value is (134,183,69). Sum of RGB (Red+Green+Blue) = 134+183+69=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #86B745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B745 is #7948BA. Grayscale: #9B9B9B. Windows color (decimal): -7948475 or 4568966. OLE color: 4568966.

HSL color Cylindrical-coordinate representation of color #86B745: hue angle of 85.79º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86B745 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 183 69 -
CMYK 0.27 0 0.62 0.28
HSL 85.79º 0.45% 0.49% -
HSV(B) 85.79º 0.62% 0.72% -
XYZ 27.84 39.36 11.76 -
YUV 155.35 79.27 112.77 -
System Red Green Blue C M Y K H S L
Decimal 134 183 69 0.27 0 0.62 0.28 85.79 0.45 0.49
Hex 86 B7 45 1B 0 3E 1C 56 2D 31
Octal 206 267 105 33 0 76 34 126 55 61
Binary 10000110 10110111 1000101 11011 0 111110 11100 1010110 101101 110001

Color Harmonies of #86B745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B745

Black with #86B745

Text Example


Text Example

White with #86B745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,183,69); }

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

background-color css

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

 a { background-color: rgb(134,183,69); }

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

border-color css

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

 span { border-color: rgb(134,183,69); }

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