Html Css Color HEX #86BC43 Chelsea Cucumber

📋 copy color: '#86BC43'

red 134 ◦ green 188 ◦ blue 67

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

Shades of Chelsea Cucumber #86BC43

Tints of Chelsea Cucumber #86BC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.22%

R = 34.45%
G = 48.33%
B = 17.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#86BC43 (or 0x86BC43) is known color: Chelsea Cucumber. HEX triplet: 86, BC and 43. RGB value is (134,188,67). Sum of RGB (Red+Green+Blue) = 134+188+67=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC43 is #7943BC. Grayscale: #9E9E9E. Windows color (decimal): -7947197 or 4439174. OLE color: 4439174.

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

Color convert

RGB 134 188 67 -
CMYK 0.29 0 0.64 0.26
HSL 86.78º 0.47% 0.5% -
HSV(B) 86.78º 0.64% 0.74% -
XYZ 28.83 41.44 11.79 -
YUV 158.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 134 188 67 0.29 0 0.64 0.26 86.78 0.47 0.5
Hex 86 BC 43 1D 0 40 1A 57 2F 32
Octal 206 274 103 35 0 100 32 127 57 62
Binary 10000110 10111100 1000011 11101 0 1000000 11010 1010111 101111 110010

Color Harmonies of #86BC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC43

Black with #86BC43

Text Example


Text Example

White with #86BC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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