Html Css Color HEX #86B360 Chelsea Cucumber

📋 copy color: '#86B360'

red 134 ◦ green 179 ◦ blue 96

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

Shades of Chelsea Cucumber #86B360

Tints of Chelsea Cucumber #86B360

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 32.76%
G = 43.77%
B = 23.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#86B360 (or 0x86B360) is known color: Chelsea Cucumber. HEX triplet: 86, B3 and 60. RGB value is (134,179,96). Sum of RGB (Red+Green+Blue) = 134+179+96=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #86B360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B360 is #794C9F. Grayscale: #9C9C9C. Windows color (decimal): -7949472 or 6337414. OLE color: 6337414.

HSL color Cylindrical-coordinate representation of color #86B360: hue angle of 92.53º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86B360 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 96 -
CMYK 0.25 0 0.46 0.30
HSL 92.53º 0.35% 0.54% -
HSV(B) 92.53º 0.46% 0.7% -
XYZ 28.06 38.15 16.95 -
YUV 156.08 94.09 112.25 -
System Red Green Blue C M Y K H S L
Decimal 134 179 96 0.25 0 0.46 0.30 92.53 0.35 0.54
Hex 86 B3 60 19 0 2E 1E 5D 23 36
Octal 206 263 140 31 0 56 36 135 43 66
Binary 10000110 10110011 1100000 11001 0 101110 11110 1011101 100011 110110

Color Harmonies of #86B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B360

Black with #86B360

Text Example


Text Example

White with #86B360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,96); }

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

background-color css

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

 a { background-color: rgb(134,179,96); }

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

border-color css

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

 span { border-color: rgb(134,179,96); }

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