Html Css Color HEX #86BC42 Chelsea Cucumber

📋 copy color: '#86BC42'

red 134 ◦ green 188 ◦ blue 66

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

Shades of Chelsea Cucumber #86BC42

Tints of Chelsea Cucumber #86BC42

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.45%

 BLUE value IS 66 (26.17% from 255) = 17.01%

R = 34.54%
G = 48.45%
B = 17.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#86BC42 (or 0x86BC42) is known color: Chelsea Cucumber. HEX triplet: 86, BC and 42. RGB value is (134,188,66). Sum of RGB (Red+Green+Blue) = 134+188+66=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC42 is #7943BD. Grayscale: #9E9E9E. Windows color (decimal): -7947198 or 4373638. OLE color: 4373638.

HSL color Cylindrical-coordinate representation of color #86BC42: hue angle of 86.56º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86BC42 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 66 -
CMYK 0.29 0 0.65 0.26
HSL 86.56º 0.48% 0.5% -
HSV(B) 86.56º 0.65% 0.74% -
XYZ 28.8 41.43 11.63 -
YUV 157.95 76.11 110.92 -
System Red Green Blue C M Y K H S L
Decimal 134 188 66 0.29 0 0.65 0.26 86.56 0.48 0.5
Hex 86 BC 42 1D 0 41 1A 57 30 32
Octal 206 274 102 35 0 101 32 127 60 62
Binary 10000110 10111100 1000010 11101 0 1000001 11010 1010111 110000 110010

Color Harmonies of #86BC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC42

Black with #86BC42

Text Example


Text Example

White with #86BC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,66); }

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

background-color css

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

 a { background-color: rgb(134,188,66); }

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

border-color css

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

 span { border-color: rgb(134,188,66); }

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