Html Css Color HEX #86B946 Chelsea Cucumber

📋 copy color: '#86B946'

red 134 ◦ green 185 ◦ blue 70

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

Shades of Chelsea Cucumber #86B946

Tints of Chelsea Cucumber #86B946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

 BLUE value IS 70 (27.73% from 255) = 17.99%

R = 34.45%
G = 47.56%
B = 17.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#86B946 (or 0x86B946) is known color: Chelsea Cucumber. HEX triplet: 86, B9 and 46. RGB value is (134,185,70). Sum of RGB (Red+Green+Blue) = 134+185+70=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #86B946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B946 is #7946B9. Grayscale: #9D9D9D. Windows color (decimal): -7947962 or 4635014. OLE color: 4635014.

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

Color convert

RGB 134 185 70 -
CMYK 0.28 0 0.62 0.27
HSL 86.61º 0.45% 0.5% -
HSV(B) 86.61º 0.62% 0.73% -
XYZ 28.29 40.21 12.06 -
YUV 156.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 134 185 70 0.28 0 0.62 0.27 86.61 0.45 0.5
Hex 86 B9 46 1C 0 3E 1B 57 2D 32
Octal 206 271 106 34 0 76 33 127 55 62
Binary 10000110 10111001 1000110 11100 0 111110 11011 1010111 101101 110010

Color Harmonies of #86B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B946

Black with #86B946

Text Example


Text Example

White with #86B946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,185,70); }

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

background-color css

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

 a { background-color: rgb(134,185,70); }

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

border-color css

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

 span { border-color: rgb(134,185,70); }

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