Html Css Color HEX #86B84E Chelsea Cucumber

📋 copy color: '#86B84E'

red 134 ◦ green 184 ◦ blue 78

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

Shades of Chelsea Cucumber #86B84E

Tints of Chelsea Cucumber #86B84E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 33.84%
G = 46.46%
B = 19.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#86B84E (or 0x86B84E) is known color: Chelsea Cucumber. HEX triplet: 86, B8 and 4E. RGB value is (134,184,78). Sum of RGB (Red+Green+Blue) = 134+184+78=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #86B84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B84E is #7947B1. Grayscale: #9D9D9D. Windows color (decimal): -7948210 or 5159046. OLE color: 5159046.

HSL color Cylindrical-coordinate representation of color #86B84E: hue angle of 88.3º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86B84E is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 184 78 -
CMYK 0.27 0 0.58 0.28
HSL 88.3º 0.43% 0.51% -
HSV(B) 88.3º 0.58% 0.72% -
XYZ 28.35 39.9 13.42 -
YUV 156.97 83.44 111.62 -
System Red Green Blue C M Y K H S L
Decimal 134 184 78 0.27 0 0.58 0.28 88.3 0.43 0.51
Hex 86 B8 4E 1B 0 3A 1C 58 2B 33
Octal 206 270 116 33 0 72 34 130 53 63
Binary 10000110 10111000 1001110 11011 0 111010 11100 1011000 101011 110011

Color Harmonies of #86B84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B84E

Black with #86B84E

Text Example


Text Example

White with #86B84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,184,78); }

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

background-color css

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

 a { background-color: rgb(134,184,78); }

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

border-color css

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

 span { border-color: rgb(134,184,78); }

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