Html Css Color HEX #86B15F Chelsea Cucumber

📋 copy color: '#86B15F'

red 134 ◦ green 177 ◦ blue 95

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

Shades of Chelsea Cucumber #86B15F

Tints of Chelsea Cucumber #86B15F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.6%

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 33%
G = 43.6%
B = 23.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#86B15F (or 0x86B15F) is known color: Chelsea Cucumber. HEX triplet: 86, B1 and 5F. RGB value is (134,177,95). Sum of RGB (Red+Green+Blue) = 134+177+95=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #86B15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B15F is #794EA0. Grayscale: #9B9B9B. Windows color (decimal): -7949985 or 6271366. OLE color: 6271366.

HSL color Cylindrical-coordinate representation of color #86B15F: hue angle of 91.46º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86B15F is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 177 95 -
CMYK 0.24 0 0.46 0.31
HSL 91.46º 0.34% 0.53% -
HSV(B) 91.46º 0.46% 0.69% -
XYZ 27.62 37.34 16.58 -
YUV 154.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 134 177 95 0.24 0 0.46 0.31 91.46 0.34 0.53
Hex 86 B1 5F 18 0 2E 1F 5B 22 35
Octal 206 261 137 30 0 56 37 133 42 65
Binary 10000110 10110001 1011111 11000 0 101110 11111 1011011 100010 110101

Color Harmonies of #86B15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B15F

Black with #86B15F

Text Example


Text Example

White with #86B15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,177,95); }

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

background-color css

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

 a { background-color: rgb(134,177,95); }

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

border-color css

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

 span { border-color: rgb(134,177,95); }

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