Html Css Color HEX #86A746 Chelsea Cucumber

📋 copy color: '#86A746'

red 134 ◦ green 167 ◦ blue 70

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

Shades of Chelsea Cucumber #86A746

Tints of Chelsea Cucumber #86A746

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 36.12%
G = 45.01%
B = 18.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#86A746 (or 0x86A746) is known color: Chelsea Cucumber. HEX triplet: 86, A7 and 46. RGB value is (134,167,70). Sum of RGB (Red+Green+Blue) = 134+167+70=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #86A746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A746 is #7958B9. Grayscale: #929292. Windows color (decimal): -7952570 or 4630406. OLE color: 4630406.

HSL color Cylindrical-coordinate representation of color #86A746: hue angle of 80.41º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86A746 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 167 70 -
CMYK 0.20 0 0.58 0.35
HSL 80.41º 0.41% 0.46% -
HSV(B) 80.41º 0.58% 0.65% -
XYZ 24.76 33.15 10.89 -
YUV 146.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 134 167 70 0.20 0 0.58 0.35 80.41 0.41 0.46
Hex 86 A7 46 14 0 3A 23 50 29 2E
Octal 206 247 106 24 0 72 43 120 51 56
Binary 10000110 10100111 1000110 10100 0 111010 100011 1010000 101001 101110

Color Harmonies of #86A746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A746

Black with #86A746

Text Example


Text Example

White with #86A746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,167,70); }

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

background-color css

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

 a { background-color: rgb(134,167,70); }

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

border-color css

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

 span { border-color: rgb(134,167,70); }

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