#86A950

Color #86A950 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #86A950

Tints of Chelsea Cucumber #86A950

Color information

#86A950 (or 0x86A950) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A9 and 50. RGB value is (134,169,80). Sum of RGB (Red+Green+Blue) = 134+169+80=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #86A950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A950 is #7956AF. Grayscale: #949494. Windows color (decimal): -7952048 or 5286278. OLE color: 5286278.

HSL color Cylindrical-coordinate representation of color #86A950: hue angle of 83.6º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86A950 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB13416980-
CMYK0.2100.530.34
HSL83.6º35.74%48.82%-
HSV(B)83.6º52.66%66.27%-
XYZ25.4734.0212.81-
YUV148.3989.4117.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=34.99%
G=44.13%
B=20.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal134169800.2100.530.3483.635.7448.82
Hex86A9501503522542431
Octal20625112025065421244461
Binary100001101010100110100001010101101011000101010100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,169,80); }

 H1.HeaderClassName
 {
   color: #86A950;
 }
 .AnyTagClassName
 {
   color: #86A950;
 }
</style>
background-color css

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

 a { background-color: rgb(134,169,80); }

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

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

 span { border-color: rgb(134,169,80); }

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