Html Css Color HEX #86BA43 Chelsea Cucumber

📋 copy color: '#86BA43'

red 134 ◦ green 186 ◦ blue 67

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

Shades of Chelsea Cucumber #86BA43

Tints of Chelsea Cucumber #86BA43

RGB

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

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

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

R = 34.63%
G = 48.06%
B = 17.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#86BA43 (or 0x86BA43) is known color: Chelsea Cucumber. HEX triplet: 86, BA and 43. RGB value is (134,186,67). Sum of RGB (Red+Green+Blue) = 134+186+67=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA43 is #7945BC. Grayscale: #9D9D9D. Windows color (decimal): -7947709 or 4438662. OLE color: 4438662.

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

Color convert

RGB 134 186 67 -
CMYK 0.28 0 0.64 0.27
HSL 86.22º 0.47% 0.5% -
HSV(B) 86.22º 0.64% 0.73% -
XYZ 28.4 40.59 11.65 -
YUV 156.89 77.27 111.68 -
System Red Green Blue C M Y K H S L
Decimal 134 186 67 0.28 0 0.64 0.27 86.22 0.47 0.5
Hex 86 BA 43 1C 0 40 1B 56 2F 32
Octal 206 272 103 34 0 100 33 126 57 62
Binary 10000110 10111010 1000011 11100 0 1000000 11011 1010110 101111 110010

Color Harmonies of #86BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA43

Black with #86BA43

Text Example


Text Example

White with #86BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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