Html Css Color HEX #86BA47 Chelsea Cucumber

📋 copy color: '#86BA47'

red 134 ◦ green 186 ◦ blue 71

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

Shades of Chelsea Cucumber #86BA47

Tints of Chelsea Cucumber #86BA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.57%

 BLUE value IS 71 (28.13% from 255) = 18.16%

R = 34.27%
G = 47.57%
B = 18.16%

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

#86BA47 (or 0x86BA47) is known color: Chelsea Cucumber. HEX triplet: 86, BA and 47. RGB value is (134,186,71). Sum of RGB (Red+Green+Blue) = 134+186+71=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA47 is #7945B8. Grayscale: #9D9D9D. Windows color (decimal): -7947705 or 4700806. OLE color: 4700806.

HSL color Cylindrical-coordinate representation of color #86BA47: hue angle of 87.13º 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 #86BA47 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 71 -
CMYK 0.28 0 0.62 0.27
HSL 87.13º 0.45% 0.5% -
HSV(B) 87.13º 0.62% 0.73% -
XYZ 28.53 40.64 12.3 -
YUV 157.34 79.27 111.35 -
System Red Green Blue C M Y K H S L
Decimal 134 186 71 0.28 0 0.62 0.27 87.13 0.45 0.5
Hex 86 BA 47 1C 0 3E 1B 57 2D 32
Octal 206 272 107 34 0 76 33 127 55 62
Binary 10000110 10111010 1000111 11100 0 111110 11011 1010111 101101 110010

Color Harmonies of #86BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA47

Black with #86BA47

Text Example


Text Example

White with #86BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,186,71); }

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

background-color css

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

 a { background-color: rgb(134,186,71); }

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

border-color css

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

 span { border-color: rgb(134,186,71); }

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