Html Css Color HEX #86A058 Chelsea Cucumber

📋 copy color: '#86A058'

red 134 ◦ green 160 ◦ blue 88

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

Shades of Chelsea Cucumber #86A058

Tints of Chelsea Cucumber #86A058

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.88%

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 35.08%
G = 41.88%
B = 23.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#86A058 (or 0x86A058) is known color: Chelsea Cucumber. HEX triplet: 86, A0 and 58. RGB value is (134,160,88). Sum of RGB (Red+Green+Blue) = 134+160+88=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #86A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A058 is #795FA7. Grayscale: #909090. Windows color (decimal): -7954344 or 5808262. OLE color: 5808262.

HSL color Cylindrical-coordinate representation of color #86A058: hue angle of 81.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86A058 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 160 88 -
CMYK 0.16 0 0.45 0.37
HSL 81.67º 0.29% 0.49% -
HSV(B) 81.67º 0.45% 0.63% -
XYZ 24.16 30.91 13.93 -
YUV 144.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 134 160 88 0.16 0 0.45 0.37 81.67 0.29 0.49
Hex 86 A0 58 10 0 2D 25 52 1D 31
Octal 206 240 130 20 0 55 45 122 35 61
Binary 10000110 10100000 1011000 10000 0 101101 100101 1010010 11101 110001

Color Harmonies of #86A058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A058

Black with #86A058

Text Example


Text Example

White with #86A058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,160,88); }

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

background-color css

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

 a { background-color: rgb(134,160,88); }

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

border-color css

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

 span { border-color: rgb(134,160,88); }

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